lab7/main.c
szymon c8efb00894
Some checks failed
First CI / build (push) Failing after 7s
Updated main.c
2024-11-22 11:02:57 +01:00

9 lines
96 B
C

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