lab7/main.c
r00j3K 54c2a54cbc
All checks were successful
First CI / build (push) Successful in 7s
fix
2024-11-25 10:43:17 +01:00

7 lines
75 B
C

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