lab7/main.c
niewiem 67d3df6545
Some checks failed
First CI / build (push) Failing after 14s
third ci
2023-12-01 11:24:54 +01:00

7 lines
73 B
C

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