From d2f183b8d0008bdb29e6c5c4fa04c14d7525ca9b Mon Sep 17 00:00:00 2001 From: Oskar Date: Thu, 5 Sep 2024 11:18:52 +0200 Subject: more --- factMain.cc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 factMain.cc (limited to 'factMain.cc') diff --git a/factMain.cc b/factMain.cc new file mode 100644 index 0000000..58ae446 --- /dev/null +++ b/factMain.cc @@ -0,0 +1,7 @@ +#include "Chapter6.hpp" + +int main () { + + std::cout << fact_i() << std::endl; + return 0; +} -- cgit v1.2.3