lab7/main.c
Lokasty22 9f3f6d0d1a
All checks were successful
First CI / build (push) Successful in 8s
2
2024-11-26 14:22:59 +01:00

6 lines
74 B
C

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