summaryrefslogtreecommitdiff
path: root/inc/fact.h
diff options
context:
space:
mode:
authorSiddarth Suresh <155843085+SiddarthSuresh98@users.noreply.github.com>2025-03-02 20:35:40 -0500
committerGitHub <noreply@github.com>2025-03-02 20:35:40 -0500
commitb88f24b680be34b3669f33214758c76439d7b777 (patch)
treeb9815d43d79b631939cd531512b470829ba16436 /inc/fact.h
parent3fbe74a1067a6e94d62a53d4df834ff425c2c64a (diff)
parenta9af4fd3243e470ff33d50968f998bf78c152717 (diff)
Merge pull request #8 from bdunahu/bdunahu
Added logger class, tests, arg parsing and cleanup
Diffstat (limited to 'inc/fact.h')
-rw-r--r--inc/fact.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/inc/fact.h b/inc/fact.h
deleted file mode 100644
index de1220a..0000000
--- a/inc/fact.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef FACT_H
-#define FACT_H
-
-unsigned int factorial(unsigned int);
-
-#endif