Files
lab2/main.c
holek363 23fb763eb3
All checks were successful
First CI / build (push) Successful in 8s
FIX: main.c
2025-11-20 13:13:40 +01:00

7 lines
67 B
C

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