index
:
cpp-primer-5th.git
master
my exercises for the c++ primer book (5th edition)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
factMain.cc
blob: 58ae4465b48c986d139904e54f1b26bdb5a65852 (
plain
)
1
2
3
4
5
6
7
#include "Chapter6.hpp" int main () { std::cout << fact_i() << std::endl; return 0; }