lab7/main.c
2024-11-22 13:30:44 +01:00

7 lines
69 B
C

#include <stdio.h>
int main()
{
printf("Halo, Welt!");
return 0;
}