https://github.com/status-im/nim-cookbook
https://github.com/status-im/nim-cookbook
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/status-im/nim-cookbook
- Owner: status-im
- License: cc0-1.0
- Created: 2019-09-18T09:00:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-27T07:53:36.000Z (over 4 years ago)
- Last Synced: 2025-02-22T17:43:32.471Z (about 2 months ago)
- Language: Nim
- Size: 7.81 KB
- Stars: 20
- Watchers: 24
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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/)