Files
lab7APPP/main.c
Sebastian Czupryn 3fffb67aa3
Some checks failed
First CI / build (push) Failing after 10s
Add mejn.c, update actions
2025-11-21 16:00:21 +01:00

5 lines
55 B
C

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