6 lines
78 B
C
6 lines
78 B
C
|
#include <stdlib.h>
|
||
|
|
||
|
int main(){
|
||
|
printf("Hello World!\n");
|
||
|
return 0;
|
||
|
}
|