summaryrefslogtreecommitdiff
path: root/inc/fact.h
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-02-24 20:48:58 -0500
committerbd <bdunahu@operationnull.com>2025-02-24 20:48:58 -0500
commit428cdf3d8be3d46ca071967596083da98840fbbd (patch)
tree802210ed60b768892bce8172ac2d5a686149b868 /inc/fact.h
parent9028b78a0d668a8893d4e5ce65fa1d332be35cfa (diff)
Add catch2 testing framework and integrate with CMake
Diffstat (limited to 'inc/fact.h')
-rw-r--r--inc/fact.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/inc/fact.h b/inc/fact.h
new file mode 100644
index 0000000..de1220a
--- /dev/null
+++ b/inc/fact.h
@@ -0,0 +1,6 @@
+#ifndef FACT_H
+#define FACT_H
+
+unsigned int factorial(unsigned int);
+
+#endif