lab7/main.c
2024-11-22 13:25:38 +01:00

6 lines
50 B
C

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