aboutsummaryrefslogtreecommitdiff
path: root/entries/braxtonh/homework/fib.hpp
diff options
context:
space:
mode:
authorbraxtonhall2022-10-23 18:20:39 +0000
committerbraxtonhall2022-10-23 18:20:39 +0000
commitb5b18e46e3a5c4daaa3b4613395b1a216a47bc17 (patch)
tree13312c71c0a2968cb34f86527a82bb1e33abb4b0 /entries/braxtonh/homework/fib.hpp
Initial commit
Diffstat (limited to 'entries/braxtonh/homework/fib.hpp')
-rw-r--r--entries/braxtonh/homework/fib.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/entries/braxtonh/homework/fib.hpp b/entries/braxtonh/homework/fib.hpp
new file mode 100644
index 0000000..a7bbd30
--- /dev/null
+++ b/entries/braxtonh/homework/fib.hpp
@@ -0,0 +1,4 @@
+class Fibonacci
+{
+ int fib(const int n) const;
+};