フィボナッチ数列を求めるプログラム(再帰は使用しない)

vim Fibonacci.c コンパイル $ gcc Fibonacci.c -o Fibonacci.out -Wall 結果