Dodano plik main.c, modyfikacja ci

This commit is contained in:
Ziabs
2025-12-09 12:28:13 +01:00
parent 54a0e4a10d
commit c54212a58f
2 changed files with 8 additions and 2 deletions

5
main.c Normal file
View File

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