lab7/main.c
JakubLaptop 94972d13f8
Some checks failed
First CI / build (push) Failing after 3s
zad 2
2024-11-26 13:50:12 +01:00

5 lines
47 B
C

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