This commit is contained in:
Oleksandr Vyshniakov 2025-11-04 17:02:20 +01:00
parent db180e2733
commit 309d63f192

5
du4/program.c Normal file
View File

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