Help for this page

Select Code to Download


  1. or download this
    perl -e '$a=1;for(A..J){print$a+=$b,$/,$b+=$a,$/}'
    
  2. or download this
    perl -e 'print$a+=$b||1,$/,$b+=$a,$/for A..J'
    
  3. or download this
    perl -e 'print$a+=$b,$/,$b+=$a||1,$/for A..J'