Files
lab7-ci/main.c
Dana123098 71e399dcb0
Some checks failed
First CI / build (push) Failing after 8s
Add C program and GCC build in CI
2025-11-20 12:21:22 +01:00

6 lines
56 B
C

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