- 🏠 About
- 🎯 Installation
- 💻 Techs
- 👤 Author
- 🤝 Contributing
- 📜 License
Contains some programming challenges.
First you need to install:
By HTTPS, running this command:
git clone https://github.com/LeoMSSilva/exercises.git
Or by ssh, running this command:
git clone git@github.com:LeoMSSilva/exercises.git
SSH is a secure protocol, but you need to register a key ssh in your github before.
yarn
or
yarn install
- To run challenge1
yarn challenge1
- To run challenge2
yarn challenge2
- To run challenge3
yarn challenge3
yarn test
- JavaScript
- Jest
- Readline sync
LeoMSSilva
- Github: @LeoMSSilva
- LinkedIn: @LeoMSSilva
To contribute, open an issue proposing a new challenge, or even indicating a bug found in one of the solutions developed here.
Copyright ©️ 2022 LeoMSSilva.
This project is MIT licensed.