lab7/main.c
JakubLaptop 20b6f97502
Some checks failed
First CI / build (push) Failing after 7s
fix
2024-11-26 13:53:04 +01:00

7 lines
67 B
C

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