Files
lab7-ci/main.c
2025-12-09 12:28:13 +01:00

5 lines
47 B
C

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