From 9424553407564d3ddb40ab074bed58badcd11784 Mon Sep 17 00:00:00 2001 From: RISHI RAJ SINGH <115785380+WITCHER0701@users.noreply.github.com> Date: Fri, 14 Oct 2022 15:02:55 +0530 Subject: [PATCH] create Rishi.cpp --- Rishi.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Rishi.cpp diff --git a/Rishi.cpp b/Rishi.cpp new file mode 100644 index 0000000..e354d2d --- /dev/null +++ b/Rishi.cpp @@ -0,0 +1,5 @@ +#include +using namespace std; +int main(){ + cout << "Hello world" << end1; +}