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

Added my name to CONTRIBUTORS.md #3123

Open
wants to merge 4 commits into
base: master
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
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2850,3 +2850,9 @@
- Bio: Third Year undergrad pursuing B.tech in Electronics and communication Engineering
- GitHub: [op-amateur](https://github.com/op-amateur)

#### Name: [Anukrati Chaturvedi](https://github.com/anukraticodes)

- Place: Noida, Uttar Pradesh, India
- Bio: Second Year undergrad pursuing B.tech in Computer Science and Engineering
- GitHub: [anukraticodes](https://github.com/anukraticodes)

23 changes: 23 additions & 0 deletions profiles/Anukrati_Chaturvedi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Anukrati Chaturvedi

### Location

Noida, Uttar Pradesh, India

### Academics

Delhi Public Schoo, Greater Noida

### Interests

- I am a classical singer
- Orator
- Debater

### Projects

- [Command-Line Slot Machine Game](https://github.com/anukraticodes/Slot-Machine-Game) A simple command-line slot machine game implemented in JavaScript. Players can deposit money, bet on multiple lines, spin the reels, and win based on matching symbols. Built using basic JavaScript functionalities and interactive prompts.

### Profile Link

[anukraticodes](https://github.com/anukraticodes)
10 changes: 10 additions & 0 deletions scripts/hello_world_anukrati.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// LANGUAGE: CPP
// AUTHOR: Anukrati Chaturvedi
// GITHUB: https://github.com/anukraticodes

#include<iostream>
using namespace std;
int main(){
cout<<"Hello world!"<<endl;
cout<<"I love Hacktober fest <3";
}
Loading