ja 03b1504b9c
Some checks failed
First CI / build (push) Failing after 13s
second
2023-11-21 19:13:05 +01:00

7 lines
87 B
C

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