4 lines
96 B
C
4 lines
96 B
C
|
#include <stdio.h>
|
||
|
|
||
|
/* My first program */
|
||
|
int main(void) { printf("Hello World"); return 0; }
|