Skip to content

Instantly share code, notes, and snippets.

@eigan
Created December 30, 2010 14:12
Show Gist options
  • Save eigan/759827 to your computer and use it in GitHub Desktop.
Save eigan/759827 to your computer and use it in GitHub Desktop.
47B fibonacci
0<?$b++;while(($b+=$a=$b-$a)<2178309)echo"
$a";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment