From 7af3bec2e3c3868589c80c5c14e173bd019f13c3 Mon Sep 17 00:00:00 2001 From: Sadn00b2221 Date: Tue, 8 Oct 2024 07:04:14 +0100 Subject: [PATCH] Hallo --- Hallo/hallo.cxx | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Hallo/hallo.cxx diff --git a/Hallo/hallo.cxx b/Hallo/hallo.cxx new file mode 100644 index 0000000000..fc96a677ef --- /dev/null +++ b/Hallo/hallo.cxx @@ -0,0 +1,7 @@ +#include + +using namespace std; +int main() +{ + cout<<"Hallo World"; +} \ No newline at end of file