added Nim by example link
This commit is contained in:
parent
01f9d96a7b
commit
a0ac23cb29
|
@ -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?
|
||||
|
||||
|
|
Loading…
Reference in New Issue