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