pvjc24/a1/program.c

5 lines
59 B
C
Raw Normal View History

2024-03-20 13:10:12 +00:00
#include<stdio.h>
int main(){
printf("Hello World");
}