This commit is contained in:
Oleksandr Hryshchenko 2021-04-15 13:38:09 +02:00
parent 417ea0b608
commit 408a622280

5
du6/program.c Normal file
View File

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