6 lines
71 B
Plaintext
6 lines
71 B
Plaintext
#include <stdio.h>
|
|
int main() {
|
|
printf("Hello World\n");
|
|
return 0;
|
|
}
|