This app will choose a serie of exercices for you, no more excuses.
git clone https://github.com/nicgen/checkpoint-trainer.git
cd checkpoint-trainer
go run app/main.go
# your tests are now created, go to the test directory and begin your work
cd test/
# good luck with your revisions Notes:
- some exercices have placeholders to avoid errors, just erase them.
PrintRuneis already integrated- before running any test, uncomment the tested function in your main.go
├── app
│ ├── .subjects
│ ├── go.mod
│ └── main.go
├── README.md
└── test.subjectscontains all the subjects files (md) and templates (go)testis the folder where the app will gather your test files (md and go)
Note: the test folder will be entirely erased after each run.
If you find some errors or a better way to handle some exercises, please fork-it and submit a pull request.
Thanks to RAFTANDJANI DJIHADI aka Rafta for the idea and part of the code.
All the exercises and subjects proposed belong to 01Edu.