This commit is contained in:
Oleksandr Vyshniakov 2025-03-09 18:42:02 +01:00
parent c85fd53262
commit e64ed639e3

6
du4/program.c Normal file
View File

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