From 1c447776e2a56bbbd5f4f3e5fa94aae641ef0b59 Mon Sep 17 00:00:00 2001 From: Oyare Victor Oko Date: Fri, 4 Jan 2019 21:03:26 -0500 Subject: [PATCH] add hello_world file --- hello_world_oyoko1.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 hello_world_oyoko1.cpp 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