Tak/main.c
ja 7111d75263
All checks were successful
First CI / build (push) Successful in 13s
9
2023-11-21 19:22:02 +01:00

6 lines
68 B
C

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