Lab7/.gitea/workflows/main.c
SEBALAP2 18e891d369
Some checks failed
First CI / build (push) Failing after 16s
Third commit
2024-11-26 14:11:52 +01:00

5 lines
55 B
C

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