From b5f29a1b20037c319aababafcec6cac0baa524d4 Mon Sep 17 00:00:00 2001 From: Achal Singh Date: Wed, 9 Oct 2024 12:58:36 +0530 Subject: [PATCH] First Commit for Hacktober Fest 2024 --- CONTRIBUTING.md | 9 +++++++-- profiles/Achal_Singh.md | 26 ++++++++++++++++++++++++++ scripts/hello_world_achalsingh.rs | 8 ++++++++ 3 files changed, 41 insertions(+), 2 deletions(-) create mode 100644 profiles/Achal_Singh.md create mode 100644 scripts/hello_world_achalsingh.rs diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b7b0c41a5..0ec7a755e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,9 @@ +#### Name: [Achal Singh](https://github.com/achal-singh) + +- Place: New Delhi, Delhi, India +- Bio: Crypto Applications/Web3 Developer | Typescript/Node.JS Developer +- GitHub: [Achal Singh](https://github.com/achal-singh) + #### Name: [3mYouOL](https://github.com/3mYouOL) - Place: Iloilo, Philippines @@ -41,6 +47,7 @@ -GitHub: https://github.com/KariSims #### Name: [ALEX MARRUJO](https://github.com/marrujoalex) + - Place: California - Bio: Software Developer - GitHub: [Alex Marrujo](https://github.com/marrujoalex) @@ -2831,7 +2838,6 @@ - Bio: Second Year undergrad pursuing B.tech in Electronics and communication Engineering - GitHub: [adityasays](https://github.com/adityasays) - #### Name: [Koduri Mohan](https://github.com/kodurimohan) - Place: Chennai, Tamil Nadu, India @@ -2849,4 +2855,3 @@ - Place: Kolkata, WB, India - Bio: Third Year undergrad pursuing B.tech in Electronics and communication Engineering - GitHub: [op-amateur](https://github.com/op-amateur) - diff --git a/profiles/Achal_Singh.md b/profiles/Achal_Singh.md new file mode 100644 index 000000000..8a391f020 --- /dev/null +++ b/profiles/Achal_Singh.md @@ -0,0 +1,26 @@ +# Achal Singh + +### Location 📍 + +New Delhi, Delhi, India 🇮🇳 + +### Academics 🎓 + +Amity School of Engineering & Technology, Noida, U.P., India + +> Bachelor of Technology - Computer Science and Engineering (Batch of 2018) + +### Interests 🧠 + +- Exploring Web3 (₿) and AI 🤖 advancements. +- Technical Analysis and Trading. +- Backend Development with Node.JS/Typescript. +- Learning Rust and Frontend Development. + +### Projects 🔨 + +- [Shardeum](https://github.com/shardeum/shardeum) - An EVM-based autoscaling L1 Blockchain Protocol. + +### Profile Link 👨🏻‍💻 + +[Achal Singh](https://github.com/achal-singh) diff --git a/scripts/hello_world_achalsingh.rs b/scripts/hello_world_achalsingh.rs new file mode 100644 index 000000000..1b6d81386 --- /dev/null +++ b/scripts/hello_world_achalsingh.rs @@ -0,0 +1,8 @@ +//! LANGUAGE: Rust +//! ENV: rustc 1.75.0 +//! AUTHOR: Achal Singh +//! Github: https://github.com/achal-singh + +fn main() { + println!("What's up World! Achal here!"); +}