lab7/main.c
Yehor Dreval 54b23e95d4
Some checks failed
First CI / build (push) Failing after 13s
upd main.c
2023-12-01 11:08:54 +01:00

7 lines
73 B
C

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