yarn
yarn dev
Fork this repository, then clone it on your computer.
Run the exercise : yarn exo <number>
(ex: yarn exo 1
)
To do the exercices, you have to edit the file src/exercise<number>.ts
.
You may have to edit files in the src/exercise<number>
folder too, to split the code in multiple files.
To ask for a correction, you have to create a pull request on this repository.