Initial commit

This commit is contained in:
2022-06-06 14:19:14 +03:00
parent 7d64b442a6
commit 9f231ab96b
4 changed files with 41 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#include <stdio.h>
int main(int argc, char *argv[])
{
puts("Hallo, Welt!");
return 0;
}