Skip to content

Commit

Permalink
Added my name and script
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonalgupta2005 committed Oct 8, 2024
1 parent 80d3d7d commit 0cf380a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2850,3 +2850,8 @@
- Bio: Third Year undergrad pursuing B.tech in Electronics and communication Engineering
- GitHub: [op-amateur](https://github.com/op-amateur)

#### Name: [Sonal Gupta](https://github.com/Sonalgupta2005)

- Place: Obra, Uttar Pradesh, India
- Bio: Second Year undergrad pursuing B.tech in CSE(AI) | MERN Full Stack developer
- GitHub: [Sonalgupta2005](https://github.com/Sonalgupta2005)
12 changes: 12 additions & 0 deletions scripts/hello_world_sonalgupta.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// LANGUAGE: C++
// AUTHOR: Sonal Gupta
// GITHUB: https://github.com/Sonalgupta2005

#include <iostream>
using namespace std;

int main(){
string s="Hello, World!";
cout<<s<<endl;
return 0;
}

0 comments on commit 0cf380a

Please sign in to comment.