Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 492 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 492 Bytes

Welcome to FRC 2537's Software Training Program

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!