Tak/main.c
ja 962b369b1e
Some checks failed
First CI / build (push) Failing after 12s
third
2023-11-21 19:14:58 +01:00

7 lines
87 B
C

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