diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 08d6fe5..c471069 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -2,3 +2,5 @@ - Place: New Delhi, India - Bio: FrontEnd Developer - Github: [Shivam Mani Tripath](https://github.com/geekcodershivam) + +#### Name: [Sneha Gupta](https://github.com/sneha1010) \ No newline at end of file diff --git a/profiles/sneha1010.md b/profiles/sneha1010.md new file mode 100644 index 0000000..3a4b233 --- /dev/null +++ b/profiles/sneha1010.md @@ -0,0 +1,27 @@ + +# Sneha Gupta + +### Location + +India(Rajasthan) + +### Academics + +IIIT Allahabad + +### Interests + +- designing + +### Development + +- App developer + +### Projects + +- [Letsdesign](https://github.com/sneha1010/Letsdesign) + some designing project + +### Profile Link + +[sneha1010](https://github.com/sneha1010) diff --git a/scripts/hello_world_sneha1010.cpp b/scripts/hello_world_sneha1010.cpp new file mode 100644 index 0000000..5f1cdee --- /dev/null +++ b/scripts/hello_world_sneha1010.cpp @@ -0,0 +1,9 @@ +#include + +using namespace std; + +int main() +{ + cout << "Hello world" ; + return 0; +}