dingo/main.c
DingoMC 354f15cbf6
All checks were successful
First CI / build (push) Successful in 11s
Ceeeee
2023-11-21 13:55:15 +01:00

6 lines
75 B
C

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