Kompilacja i Artefakt
All checks were successful
First CI / build (push) Successful in 11s

This commit is contained in:
2025-11-21 11:04:29 +01:00
parent ce72568423
commit a3e738f167
2 changed files with 15 additions and 2 deletions

7
main.c Normal file
View File

@@ -0,0 +1,7 @@
#include <stdio.h>
int main()
{
printf("Halo, Welt!");
return 0;
}