Add CppKoans. Closes #1199

This commit is contained in:
SungRim Huh 2014-12-09 14:09:05 -06:00
parent 2dcd3a1dc2
commit 93dc98a53f

View File

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