pvjc24/program.c

8 lines
63 B
C
Raw Normal View History

2024-02-13 14:13:03 +00:00
#include <stdio.h>
int main(){
printf("Hello World!\n");
}