diff options
Diffstat (limited to 'Chapter6.hpp')
-rw-r--r-- | Chapter6.hpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Chapter6.hpp b/Chapter6.hpp new file mode 100644 index 0000000..b3e431b --- /dev/null +++ b/Chapter6.hpp @@ -0,0 +1,12 @@ +#include <iostream> + +/* + * + * 6.8 + * + * + */ + +int fact(int val); +uint64_t fact_i(void); +int AbsoluteValue(int v); |