|
|
@ -45,7 +45,7 @@
|
|
|
|
- [Clone your Fork](#clone-your-fork)
|
|
|
|
- [Clone your Fork](#clone-your-fork)
|
|
|
|
- [Create a New Branch](#create-a-new-branch)
|
|
|
|
- [Create a New Branch](#create-a-new-branch)
|
|
|
|
- [Structure Exercise Solutions](#structure-exercise-solutions)
|
|
|
|
- [Structure Exercise Solutions](#structure-exercise-solutions)
|
|
|
|
- [Commit Excercise Solutions](#commit-excercise-solutions)
|
|
|
|
- [Commit Exercise Solutions](#commit-exercise-solutions)
|
|
|
|
- [Update your Fork Daily](#update-your-fork-daily)
|
|
|
|
- [Update your Fork Daily](#update-your-fork-daily)
|
|
|
|
- [Setup](#setup)
|
|
|
|
- [Setup](#setup)
|
|
|
|
- [Install Node.js](#install-nodejs)
|
|
|
|
- [Install Node.js](#install-nodejs)
|
|
|
@ -120,7 +120,7 @@ mkdir -p solutions/day-01 # `-p` helps create nested directories
|
|
|
|
touch solutions/day-01/level1.js # touch creates a file
|
|
|
|
touch solutions/day-01/level1.js # touch creates a file
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
### Commit Excercise Solutions
|
|
|
|
### Commit Exercise Solutions
|
|
|
|
|
|
|
|
|
|
|
|
Commit your solutions to your Fork
|
|
|
|
Commit your solutions to your Fork
|
|
|
|
|
|
|
|
|
|
|
|