From d784e4e39ffca2d256b4428ef90ed3c6d4ea4146 Mon Sep 17 00:00:00 2001 From: otrk <32101332+otrk@users.noreply.github.com> Date: Tue, 30 Oct 2018 00:28:21 +0530 Subject: [PATCH] Create hello world --- hello world | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hello world diff --git a/hello world b/hello world new file mode 100644 index 000000000..72d45d258 --- /dev/null +++ b/hello world @@ -0,0 +1,6 @@ +#include +int main() +{ +cout<<"hello world"; +return 0; +}