This commit is contained in:
Oleksandr Vyshniakov 2025-10-06 15:07:09 +02:00
parent 00e502875f
commit 616f6f3f40

6
du2/program.c Normal file
View File

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