Lab7/.gitea/workflows/main.c
SEBALAP2 3d695af9cf
Some checks failed
First CI / build (push) Failing after 10s
Four commit
2024-11-26 14:19:19 +01:00

7 lines
75 B
C

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