Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all three tasks done as part of hacktoberfest 2022 .this fixes #30 #31

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,15 @@
- Bio: Frontend Developer
- GitHub: [wahid-ari](https://github.com/wahid-ari)



#### Name: [Anmol Kulshreshtha](https://github.com/anmolkulshrestha)
- Place: Gwalior, INDIA
- Bio: Second Year CS student (IIT VARANASI)
- GitHub: [anmolkulshrestha](https://github.com/anmolkulshrestha)

#### Name: [Ashish Shukla](https://github.com/ashishshukla09)
- Place: Kanpur,UP, INDIA
- Bio: I'm a 1st year Student at Dr VSICS
- GitHub: [Ashish Shukla](https://github.com/ashishshukla09)

25 changes: 25 additions & 0 deletions profiles/anmol.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Anmol Kulshreshtha

### Location

India

### Academics

CS at IIT VARANASI

### Interests

- I like software Development

### Development

- I will own a company one day

### Projects

- [Task-reminder](https://github.com/anmolkulshrestha/todo-sqflite-notoficationservice) This app is used to remind tasks to people at a time given by them through notification service. it also allows to mark task as completed and allows to pick date and time.

### Profile Link

[anmolkulshrestha](https://github.com/anmolkulshrestha)
11 changes: 11 additions & 0 deletions scripts/hello_world_anmol.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// LANGUAGE: C++
// ENV: Terminal
// AUTHOR: Anmol kulshreshtha
// GITHUB: https://github.com/anmolkulshrestha

#include <iostream>

int main() {
std::cout << "Hello World!";
return 0;
}