lab7/main.c
2024-11-22 13:43:28 +01:00

6 lines
74 B
C

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