1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
// +-------------------------------------------------------------------------------------------------+
// | WARNING: This file has been auto-generated using FlexGen (https://github.com/nu11ptr/flexgen). |
// | Any manual modifications to this file will be overwritten the next time this file is generated. |
// +-------------------------------------------------------------------------------------------------+
use Error as StdError;
use stdin;
/// This will run a compare between fib inputs and the outputs
/// ```
/// assert_eq!(fibonacci(10), 55);
/// assert_eq!(fibonacci(1), 1);
/// ```
/// This is the main function