pvjc22/a1/program.c

8 lines
63 B
C
Raw Normal View History

2022-03-27 14:45:37 +00:00
#include<stdio.h>
int main(){
printf("HELLO");
return 0;
}