Skip to content

Commit e8269d6

Browse files
Update list of koans
1 parent fdad67f commit e8269d6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

koans.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22

33
Note: These koans are not considered to be exhaustive. Pull requests are welcome!
44

5-
- [iterator](iterator.cpp): Exploring the [<iterator>](http://en.cppreference.com/w/cpp/header/iterator) header.
6-
- [type_traits](type_traits.cpp): Exploring the [<type_traits>](http://en.cppreference.com/w/cpp/header/type_traits) header.
5+
- [iterator](iterator/iterator.cpp): Exploring the [<iterator>](http://en.cppreference.com/w/cpp/header/iterator) header.
6+
- [type_traits](type_traits/type_traits.cpp): Exploring the [<type_traits>](http://en.cppreference.com/w/cpp/header/type_traits) header.
7+
- [c_strings](c_strings/c_strings.cpp): Exploring C-style [string](http://en.cppreference.com/w/cpp/language/string_literal) and [character](http://en.cppreference.com/w/cpp/language/character_literal) literals.
8+
- [strings](strings/strings.cpp): Exploring [std::string](http://en.cppreference.com/w/cpp/string/basic_string).
9+
- [string_view](string_view/string_view.cpp): Exploring [std::string_view](http://en.cppreference.com/w/cpp/string/basic_string_view).

0 commit comments

Comments
 (0)