program.c

This commit is contained in:
Andrii Hermaniuk 2022-03-27 16:45:37 +02:00
parent e02b3bfdef
commit d307f08776

7
a1/program.c Normal file
View File

@ -0,0 +1,7 @@
#include<stdio.h>
int main(){
printf("HELLO");
return 0;
}