跳转至

Markdown

First Paragraph

Info

This place is reserved for self-studying markdown syntax.

Debug

bruh

Help

bruh

Solution

bruh

Notice

bruh

Abstract

bruh

Language English Mandarin Cantonese
1 Why 为什么 點解
2 good morning 早上好 早晨
C++
int gcd(int a, int b) {
    return b == 0 ? a : gcd(b, a % b);
}
Python
for i in range(100):
    np.sum(a[i], axis = 0)
Rust
fn makes_copy(some_integer: i32) { // some_integer comes into scope
    println!("{}", some_integer);
}

源码: ridiculousfish/cdecl-blocks

  • a
    • b
    • c
    • d

Hello, \(a^2 + b^2 = c^2\) $$ a^2 + c^2 $$


最后更新: 2022年8月29日 15:35:58