Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Checkpoint trainer

This app will choose a serie of exercices for you, no more excuses.

Usage

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.
  • PrintRune is already integrated
  • before running any test, uncomment the tested function in your main.go

Architecture

├── app
│   ├── .subjects
│   ├── go.mod
│   └── main.go
├── README.md
└── test
  • .subjects contains all the subjects files (md) and templates (go)
  • test is the folder where the app will gather your test files (md and go)

Note: the test folder will be entirely erased after each run.

Participate

If you find some errors or a better way to handle some exercises, please fork-it and submit a pull request.

Attribution

Thanks to RAFTANDJANI DJIHADI aka Rafta for the idea and part of the code.
All the exercises and subjects proposed belong to 01Edu.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages