add example hanoi

This commit is contained in:
bolero-MURAKAMI 2013-10-09 16:14:41 +09:00
parent 3dfe41361f
commit 40b95948a9
5 changed files with 145 additions and 5 deletions

View file

@ -40,7 +40,7 @@
#include <sprout/generator.hpp>
#include <sprout/index_tuple.hpp>
#include <sprout/io.hpp>
#include <sprout/integer/integer_digits.hpp>
#include <sprout/integer.hpp>
#include <sprout/iterator.hpp>
#include <sprout/limits.hpp>
#include <sprout/logic.hpp>