From ac486b7d9dbc4683b904aec87c9b29d8e66850b8 Mon Sep 17 00:00:00 2001 From: sadow984 <47876475+sadow984@users.noreply.github.com> Date: Tue, 19 Nov 2019 14:05:42 +0530 Subject: [PATCH] Create hello.cpp --- hello.cpp | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello.cpp diff --git a/hello.cpp b/hello.cpp new file mode 100644 index 0000000..4645f7d --- /dev/null +++ b/hello.cpp @@ -0,0 +1 @@ +cout<<"hello";