From 37b2bf388fdc2390c29902c8aa186aa0f7bcfdf1 Mon Sep 17 00:00:00 2001 From: Mritul Date: Sat, 1 Oct 2022 15:35:03 +0530 Subject: [PATCH] Added hello world script --- scripts/hello_world_mritul.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/hello_world_mritul.cpp diff --git a/scripts/hello_world_mritul.cpp b/scripts/hello_world_mritul.cpp new file mode 100644 index 000000000..b5f813248 --- /dev/null +++ b/scripts/hello_world_mritul.cpp @@ -0,0 +1,6 @@ +#include +using namespace std; +int main(){ + cout<<"Hello World"<