diff options
author | Oskar <[email protected]> | 2024-09-05 11:18:52 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-09-05 11:18:52 +0200 |
commit | d2f183b8d0008bdb29e6c5c4fa04c14d7525ca9b (patch) | |
tree | d1ab4ddc3cea4214ffdb8f574a85283545b372f8 /factMain.cc | |
parent | a30d605024322ada2206d10898b8dfd6220107c1 (diff) |
more
Diffstat (limited to 'factMain.cc')
-rw-r--r-- | factMain.cc | 7 |
1 files changed, 7 insertions, 0 deletions
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; +} |