lab7/main.c
szymon d695105ecb
Some checks failed
First CI / build (push) Failing after 21s
Updated main.c
2024-11-22 11:02:07 +01:00

9 lines
101 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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