Files
lab7_99719/main.c
s99719 31f779152d
Some checks failed
First CI / build (push) Has been cancelled
Add main.c and update CI to build with gcc
2025-12-08 23:25:37 +01:00

5 lines
55 B
C

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