Our software training repo!
We use mdbook for hosting our training so anyone can access it here
To run the book locally, install mdbook and launch the book with:
mdbook serve --open ./book
Code exercises for every lesson are in the src/main/kotlin/
folder in this repo. Enjoy!