citest/main.c
PatPrz 2eaf0e4721
All checks were successful
First CI / build (push) Successful in 7s
build4
2024-11-25 10:54:34 +01:00

7 lines
75 B
C

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