diff --git a/MerhabaDunya.cpp b/MerhabaDunya.cpp new file mode 100644 index 00000000..63c2489b --- /dev/null +++ b/MerhabaDunya.cpp @@ -0,0 +1,9 @@ +#include +using namespace std; + +int main () { + + cout << "Hello World"; + return 0; + +}