Files
Repozytorium/main.c
Margriell 482abf9d6e
Some checks failed
First CI / build (push) Failing after 9s
Add main.c, modify ci.yml
2025-11-20 13:22:28 +01:00

5 lines
55 B
C

int main()
{
printf("Halo, Welt!");
return 0;
}