8 lines
73 B
Plaintext
8 lines
73 B
Plaintext
|
|
# Hello world!
|
|
|
|
```c
|
|
int main(int argc, char** argv) {
|
|
return 0;
|
|
}
|
|
``` |