aboutsummaryrefslogtreecommitdiff
path: root/entries/braxtonh/homework/fib.hpp
diff options
context:
space:
mode:
authorbraxtonhall2022-10-23 19:27:49 +0000
committerbraxtonhall2022-10-23 19:27:49 +0000
commit77ffde450e92ffe6527c35ffc2383b17d4c04f68 (patch)
tree65a560a18f1952114727e05872fce3f149e660e4 /entries/braxtonh/homework/fib.hpp
parentb5b18e46e3a5c4daaa3b4613395b1a216a47bc17 (diff)
Rename directory to use GitHub ID
Diffstat (limited to 'entries/braxtonh/homework/fib.hpp')
-rw-r--r--entries/braxtonh/homework/fib.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/entries/braxtonh/homework/fib.hpp b/entries/braxtonh/homework/fib.hpp
deleted file mode 100644
index a7bbd30..0000000
--- a/entries/braxtonh/homework/fib.hpp
+++ /dev/null
@@ -1,4 +0,0 @@
-class Fibonacci
-{
- int fib(const int n) const;
-};