PWOLab7/main.c
Jakub Patkowski b8d52983f9
All checks were successful
First CI / build (push) Successful in 8s
Fixed main.c
2024-11-22 13:43:49 +01:00

7 lines
75 B
C

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