program.c
This commit is contained in:
parent
e02b3bfdef
commit
d307f08776
7
a1/program.c
Normal file
7
a1/program.c
Normal file
@ -0,0 +1,7 @@
|
||||
#include<stdio.h>
|
||||
|
||||
int main(){
|
||||
printf("HELLO");
|
||||
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user