Files
lab7/main.c
Student Politechniki 70b5b2bd72
Some checks failed
First CI / build (push) Failing after 15s
added main.c
2025-11-21 13:26:27 +01:00

5 lines
55 B
C

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