From bbe40cddf7f960f9d568406edb7639e8886e4e30 Mon Sep 17 00:00:00 2001 From: Aditya_Sai <2004sai@gmail.com> Date: Fri, 7 Oct 2022 23:04:40 +0530 Subject: [PATCH] Aditya Sai --- contributors.md | 5 +++++ helloWorld.cpp | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 helloWorld.cpp diff --git a/contributors.md b/contributors.md index 3f3a532..97564af 100644 --- a/contributors.md +++ b/contributors.md @@ -110,3 +110,8 @@ Bio: Final year BCA student at Annamalai University . #### Name: Priyanshu Giri - Bio: B.Tech Information Technology at Government College of Engineering + + +#### Name: Aditya Sai +- Bio: B.Tech CSE at VITC +- Reg. No: 21BCE1889 \ No newline at end of file diff --git a/helloWorld.cpp b/helloWorld.cpp new file mode 100644 index 0000000..19f8653 --- /dev/null +++ b/helloWorld.cpp @@ -0,0 +1,5 @@ +#include +using namespace std; +int main(){ + cout<<"Hello World"; +} \ No newline at end of file