From 3e8bc032f449ac229e9366488ba9b41c7b15c472 Mon Sep 17 00:00:00 2001 From: Govin-d <34203638+Govin-d@users.noreply.github.com> Date: Wed, 30 Oct 2019 17:01:00 +0530 Subject: [PATCH] Hello world --- Govind | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Govind diff --git a/Govind b/Govind new file mode 100644 index 0000000..119810e --- /dev/null +++ b/Govind @@ -0,0 +1,7 @@ +#include +using namespace std; +int main() +{ + cout << "Hello, World!"; + return 0; +}