Skip to content

Instantly share code, notes, and snippets.

@llogiq
Last active March 9, 2016 11:58
Show Gist options
  • Save llogiq/48ff380fd5ff30d201f4 to your computer and use it in GitHub Desktop.
Save llogiq/48ff380fd5ff30d201f4 to your computer and use it in GitHub Desktop.
class G{public static void main(String[]r){for(long a=0,b=1,i=0,c;i++<50;){c=a;a+=b;b=c;System.out.println(a);}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment