Files
pwo_lab7/main.c
2025-11-21 11:10:11 +01:00

5 lines
55 B
C

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