Lab7/main.c
QwertyAvatar 91b022a456
Some checks failed
First CI / build (push) Failing after 14s
commit 3
2023-12-01 11:06:55 +01:00

7 lines
65 B
C

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