summaryrefslogtreecommitdiff
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;
}