add example with docs

This commit is contained in:
talksik
2025-07-15 08:46:45 -07:00
commit 6cf9975e84
9 changed files with 158 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef FIB_H
#define FIB_H
int fib(int x);
#endif // FIB_H