Add CppKoans. Closes #1199

pull/1232/head
SungRim Huh 10 years ago
parent 2dcd3a1dc2
commit 93dc98a53f
  1. 7
      free-programming-interactive-tutorials-en.md

@ -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/)

Loading…
Cancel
Save