From df4a7bbecaba59cb1b7f4440f33a6e1110381f49 Mon Sep 17 00:00:00 2001 From: Rishabh Kumar <42346702+sKarmony@users.noreply.github.com> Date: Wed, 31 Oct 2018 19:25:14 +0530 Subject: [PATCH] Create rishabh.cpp --- rishabh.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 rishabh.cpp diff --git a/rishabh.cpp b/rishabh.cpp new file mode 100644 index 0000000..5999781 --- /dev/null +++ b/rishabh.cpp @@ -0,0 +1,8 @@ +#include +using namespace std; + +int main() +{ + cout << "Hello, World!"; + return 0; +}