diff --git a/hello_world_oyoko1.cpp b/hello_world_oyoko1.cpp new file mode 100644 index 0000000..acaee5e --- /dev/null +++ b/hello_world_oyoko1.cpp @@ -0,0 +1,9 @@ +include + +using namespace std; + +int main { + + cout<< "Hello World"; + system ("pause"); +} \ No newline at end of file