Lab7/main.c
PewkaP bbade45f5d
All checks were successful
First CI / build (push) Successful in 3s
main.c code
2024-11-22 13:39:13 +01:00

5 lines
55 B
C

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