From 5fdb035acaf5d55e1c2efb72f3d2e0e29830e154 Mon Sep 17 00:00:00 2001 From: SKSavale Date: Mon, 27 Jul 2026 17:05:02 +0530 Subject: [PATCH 1/2] Added HelloWorld.cpp --- HelloWorld.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 HelloWorld.cpp diff --git a/HelloWorld.cpp b/HelloWorld.cpp new file mode 100644 index 00000000..e763a05c --- /dev/null +++ b/HelloWorld.cpp @@ -0,0 +1,6 @@ +#include +using namespace std; +int main(){ + cout<<"hello World!"; + return 0; +} \ No newline at end of file From 4346f79f2c0222c39069317f01294ea2eeb71870 Mon Sep 17 00:00:00 2001 From: SKSavale Date: Mon, 27 Jul 2026 20:29:34 +0530 Subject: [PATCH 2/2] Deatails added --- contributors.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 contributors.md diff --git a/contributors.md b/contributors.md new file mode 100644 index 00000000..17b0d800 --- /dev/null +++ b/contributors.md @@ -0,0 +1,2 @@ +Name:Shraddha Savale +Roll Number :58 \ No newline at end of file