Fibonblerfi
 2025-10-30 |  #rust
I’m learning Rust and as my first little thing I’ve written a small script that takes an input N and generates the corresponding Fibonacci number. The input is limited to a u8 that is 100 or less, and the output type is u128 because F100 is a really big number.
