Updated main.c
Some checks failed
First CI / build (push) Failing after 21s

This commit is contained in:
szymon 2024-11-22 11:02:07 +01:00
parent 61af7d7de9
commit d695105ecb

4
main.c
View File

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