Files
lab7-ci/main.c
sofacela ce4490864c
Some checks failed
First CI / build (push) Failing after 9s
Add main.c (no include) and update CI to compile with gcc
2025-11-20 13:04:02 +01:00

6 lines
56 B
C

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