This commit is contained in:
Oleksandr Hryshchenko 2021-12-01 21:04:24 +00:00
parent 4773498c69
commit 1337d3ab5f

5
a4/program.c Normal file
View File

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