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