Laboratorium7/main.c
rafals123 866b01b71e
All checks were successful
First CI / build (push) Successful in 3s
Add main.c file
2024-11-25 10:37:07 +01:00

5 lines
55 B
C

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