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