This commit is contained in:
mjakmisia
2025-11-20 13:27:56 +01:00
parent d7db61e46f
commit 8414bc27ff

5
.gitea/main.c Normal file
View File

@@ -0,0 +1,5 @@
int main()
{
printf("Halo, Welt!");
return 0;
}