Skip to content

Instantly share code, notes, and snippets.

@qrtt1
Last active December 18, 2015 07:45
Show Gist options
  • Save qrtt1/63ec50f39d1b7b2254cc to your computer and use it in GitHub Desktop.
Save qrtt1/63ec50f39d1b7b2254cc to your computer and use it in GitHub Desktop.
public class Foo {
public static void main(String[] args) {
boolean v = false;
if (v) {
System.out.println("OAO");
return ;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment