CTree/lib/fib.h

3 lines
29 B
C
Raw Normal View History

2023-12-02 07:12:56 +01:00
#pragma once
int fib(int n);