nim-basics
nim-basics copied to clipboard
Source files for Nim basics tutorial
Nim basics
These are the source files for Nim basics tutorial.
Contributing
Please report any errors to the issue tracker.
Pull requests are welcome, but before making (significant) changes, please open an issue so it can be discussed what is the best way to tackle the specific problem.
After making the changes, make sure to build new web and pdf versions:
make
If you just want to see the changes, while working on a significant refactoring, you can just build web version, as it is much faster:
make web
License
MIT License