From 9a597d61e5b52484229455062c90f99930da11a2 Mon Sep 17 00:00:00 2001 From: Anukrati Chaturvedi Date: Sun, 6 Oct 2024 13:06:17 +0530 Subject: [PATCH 1/4] Added my name to CONTRIBUTORS.md --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b7b0c41a5..71054230d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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) + From 1d71d170c6a8c6c20fe553b78d26c97138541e72 Mon Sep 17 00:00:00 2001 From: Anukrati Chaturvedi Date: Sun, 6 Oct 2024 14:26:05 +0530 Subject: [PATCH 2/4] Added Profile information --- profiles/Anukrati_Chaturvedi.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 profiles/Anukrati_Chaturvedi.md diff --git a/profiles/Anukrati_Chaturvedi.md b/profiles/Anukrati_Chaturvedi.md new file mode 100644 index 000000000..e69de29bb From 5893cf9e04a2908a771db75b4b6dcd6423a467db Mon Sep 17 00:00:00 2001 From: Anukrati Chaturvedi Date: Sun, 6 Oct 2024 14:41:36 +0530 Subject: [PATCH 3/4] Added profile section --- profiles/Anukrati_Chaturvedi.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/profiles/Anukrati_Chaturvedi.md b/profiles/Anukrati_Chaturvedi.md index e69de29bb..32e9ff4eb 100644 --- a/profiles/Anukrati_Chaturvedi.md +++ b/profiles/Anukrati_Chaturvedi.md @@ -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) \ No newline at end of file From a407ed9c4387e1a872a375229931ecca6335791c Mon Sep 17 00:00:00 2001 From: Anukrati Chaturvedi Date: Sun, 6 Oct 2024 14:55:00 +0530 Subject: [PATCH 4/4] Added hello world --- scripts/hello_world_anukrati.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 scripts/hello_world_anukrati.cpp diff --git a/scripts/hello_world_anukrati.cpp b/scripts/hello_world_anukrati.cpp new file mode 100644 index 000000000..d8cc8c752 --- /dev/null +++ b/scripts/hello_world_anukrati.cpp @@ -0,0 +1,10 @@ +// LANGUAGE: CPP +// AUTHOR: Anukrati Chaturvedi +// GITHUB: https://github.com/anukraticodes + +#include +using namespace std; +int main(){ + cout<<"Hello world!"<