nim-cookbook/README.md

17 lines
273 B
Markdown
Raw Permalink Normal View History

2019-11-12 11:35:07 +00:00
# Nim cookbook
Recipes in Nim
For now, the cookbook is so short so no real organization or taxonomy is needed.
Compile examples with
```sh
nim c -r --outdir:build/ myexample.nim
```
# License
[CC Zero](https://creativecommons.org/share-your-work/public-domain/cc0/)