pvjc24/cv1/program.c

6 lines
56 B
C
Raw Normal View History

2024-02-17 19:30:32 +00:00
#include<stdio.h>
int main(){
printf("Hello World");
}