fun coding
visit
30 Days of Code on Hacker Rank For More
- clone the repository using
git clone https://github.com/City-solutions/30-Days-Of-Fun.git - checkout to a new branch corresponding to your name with
git checkout -b <yourusername> - stage your changes using
git add <filename> - commit your changes using
git commit -m "feat: descriptive message here" - set remote to your branch and push using
git push --set-upstream origin <branch_name>
Tasks -
| Day | Task | Description | Status |
|---|---|---|---|
| 1 | Hello World | https://www.hackerrank.com/challenges/30-hello-world/problem You've Got This! | ✔️ |
| 2 | Data Types | https://www.hackerrank.com/challenges/30-data-types/problem You've Got This! | ✔️ |
| 3 | Intro to Conditional Statements | https://www.hackerrank.com/challenges/30-conditional-statements/problem You've Got This! | ✔️ |
| 4 | Class vs. Instance | https://www.hackerrank.com/challenges/30-class-vs-instance/problem You've Got This! | ✔️ |
| 5 | Loops | https://www.hackerrank.com/challenges/30-loops/problem You've Got This! | ✔️ |
| 6 | Let's Review | https://www.hackerrank.com/challenges/30-review-loop/problem You've Got This! | ✔️ |