fourth
Some checks failed
First CI / build (push) Failing after 11s

This commit is contained in:
ja 2023-11-21 19:17:15 +01:00
parent 962b369b1e
commit 6b2405917c

12
main.c
View File

@ -1,7 +1,7 @@
#include stdio.h #include <iostream>
using namespace std; using namespace std;
int main() int main() {
{ printf("Halo, Welt!");
printf("Halo, Welt!"); return 0;
return 0;
} }