website/post/test.mdx
2023-03-01 22:01:40 +01:00

8 lines
73 B
Plaintext

# Hello world!
```c
int main(int argc, char** argv) {
return 0;
}
```