This commit is contained in:
Bohdan Yanchyk 2020-02-19 11:54:14 +01:00
commit 1250fd2d06

5
du1/du1.c Normal file
View File

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