Lab7/main.c
Kuba cd99b3b283
All checks were successful
First CI / build (push) Successful in 22s
trzy
2024-11-26 14:16:14 +01:00

6 lines
66 B
C

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