added Nim by example link

This commit is contained in:
Sinatra 2015-06-04 10:44:13 -04:00
parent 01f9d96a7b
commit a0ac23cb29
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ Most probably not. Reasons for avoiding them are:
# Where can I find code examples?
You can find examples in the [examples/](https://github.com/Araq/Nim/tree/master/examples) directory. There are also many other examples available on [Rosetta Code](http://rosettacode.org/wiki/Nim).
You can find examples in the [examples/](https://github.com/Araq/Nim/tree/master/examples) directory. There are also many other examples available on [Rosetta Code](http://rosettacode.org/wiki/Nim) and [Nim by Example](http://nim-by-example.github.io)
# Why are unsigned types discouraged?