Skip to content

Instantly share code, notes, and snippets.

@Falci
Created April 3, 2014 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Falci/9955545 to your computer and use it in GitHub Desktop.
Save Falci/9955545 to your computer and use it in GitHub Desktop.
package br.com.zueira;
public class Zueira {
public static void main(String[] args) {
boolean zueira = true;
while(zueira){
if( 1 == 2){
zueira = false;
}
// the zueira never ends!
}
}
}
@Sutil
Copy link

Sutil commented Apr 3, 2014

Achei o nome da classe muito apropriado!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment