ci-lab7/main.c
Xylo e33be6cc92
Some checks failed
First CI / build (push) Failing after 15s
Add main.c and update CI
2023-12-01 10:55:05 +01:00

5 lines
55 B
C

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