lab7/main.c
romanpozii 4ba64ee1a4
Some checks failed
First CI / build (push) Failing after 8s
added main.c edited ci.yml
2024-11-22 14:20:52 +01:00

5 lines
55 B
C

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