mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-02 14:04:20 +00:00
add example hanoi
This commit is contained in:
parent
3dfe41361f
commit
40b95948a9
5 changed files with 145 additions and 5 deletions
15
sprout/integer.hpp
Normal file
15
sprout/integer.hpp
Normal file
|
@ -0,0 +1,15 @@
|
|||
/*=============================================================================
|
||||
Copyright (c) 2011-2013 Bolero MURAKAMI
|
||||
https://github.com/bolero-MURAKAMI/Sprout
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef SPROUT_INTEGER_HPP
|
||||
#define SPROUT_INTEGER_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/integer/integer_digits.hpp>
|
||||
#include <sprout/integer/static_pow.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_INTEGER_HPP
|
Loading…
Add table
Add a link
Reference in a new issue