Help for this page

Select Code to Download


  1. or download this
     perl -e '$a-=$b=1;for(A..T){print$c=$a+$b,"\n";$a=$b;$b=$c;}'
    
  2. or download this
     perl -e '$b-=$a=1;for(A..T){$c=$a;print$a+=$b,"\n";$b=$c}'