Lab7/main.c
AsiaK21 6a61e5ab19
All checks were successful
First CI / build (push) Successful in 11s
main 2
2023-11-21 16:15:54 +01:00

6 lines
66 B
C

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