Files
2025-07-15 08:46:45 -07:00

7 lines
62 B
C

#ifndef FIB_H
#define FIB_H
int fib(int x);
#endif // FIB_H