pvjc24/cv1/program.c

8 lines
61 B
C
Raw Normal View History

2024-02-17 10:42:30 +00:00
#include<stdio.h>
int main(){
printf("hello world\n");
}