Marge
This commit is contained in:
Oleksandr Hryshchenko 2021-11-16 17:54:17 +01:00
parent be8ae4b2d3
commit ee0d559f12

6
a2/program.c Normal file
View File

@ -0,0 +1,6 @@
#include <stdio.h>
int main(){
printf ("Hello world\n");
return 0;
}