lab7/main.c
Yehor Dreval 149b8e0181
Some checks failed
First CI / build (push) Failing after 13s
add main.c
2023-12-01 11:07:36 +01:00

5 lines
55 B
C

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