6 lines
No EOL
72 B
Text
6 lines
No EOL
72 B
Text
\#include <stdio.h>
|
|
|
|
int main() {
|
|
printf("Hello world");
|
|
return 0;
|
|
} |