1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-11-23 20:07:33 +00:00

Merge pull request #1232 from sru/master

Add CppKoans. Closes #1199
This commit is contained in:
victor felder 2014-12-09 21:15:10 +01:00
commit edd5565ad3

View File

@ -2,6 +2,7 @@
* [Bash](#bash)
* [C](#c)
* [C#](#c-sharp)
* [C++](#c-1)
* [Clojure](#clojure)
* [CoffeeScript](#coffeescript)
* [Erlang](#erlang)
@ -39,6 +40,10 @@
* [Learn C#](http://www.learncs.org/)
### C++
* [CppKoans](https://github.com/torbjoernk/CppKoans)
### Clojure
* [4Clojure - Koans](https://www.4clojure.com/)
* [Clojure Koans](http://clojurekoans.com/)
@ -140,7 +145,7 @@
### R
* [Try R](http://tryr.codeschool.com)
### Racket
* [Try Racket](http://try-racket.org/)