playground/hello.c

5 lines
60 B
C
Raw Permalink Normal View History

2023-09-25 20:54:26 +00:00
int main(void) {
printf("Hello World\n");
return 0;
}