From a0ac23cb29b3386c3770f7d8ed4863f3c07cee23 Mon Sep 17 00:00:00 2001 From: Sinatra Date: Thu, 4 Jun 2015 10:44:13 -0400 Subject: [PATCH] added Nim by example link --- Unofficial-FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Unofficial-FAQ.md b/Unofficial-FAQ.md index 34c5f22..403c4f4 100644 --- a/Unofficial-FAQ.md +++ b/Unofficial-FAQ.md @@ -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?