Technologies | Project | Layout | How to contribute | License
This project is developed with:
Homework and little code snippets from the Funcional Programming on University of Glasgow
Para executar o projeto, será necessário instalar/usar os seguintes programas
- Weeks:
- Front-end:
- Backend:
- Do a fork of this repository;
- Create a branche with your feature:
git checkout -b my-feature
; - Do commit of your changes:
git commit -m 'feat: My new feature'
; - Do push for your branch:
git push origin my-feature
.
After your merge of your pull request was done, you can delete your branch.
This project is under MIT license. Read the file LICENSE for more details.
Credits: made in Future Learning Course 👋 (https://www.futurelearn.com/courses/functional-programming-haskell/7/todo/70617)