Opis zmian zad2
Some checks failed
First CI / build (push) Failing after 9s

This commit is contained in:
Kowal
2025-11-20 14:59:22 +01:00
parent 678a74064d
commit e02edacffc
2 changed files with 12 additions and 2 deletions

7
.gitea/workflows/main.c Normal file
View File

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