pvjc24/du1/program.c

8 lines
63 B
C
Raw Normal View History

2024-02-17 10:33:55 +00:00
#include <stdio.h>
int main(){
printf("Hello World!\n");
}