Files
Lab_7/main.c
TwojeImię NazwiskoJulia f48348b9b4
Some checks failed
First CI / build (push) Failing after 9s
Add main.c (without include) and update CI to build with gcc
2025-11-19 23:24:01 +01:00

5 lines
55 B
C

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