Skip to content

Instantly share code, notes, and snippets.

@fs111
Created August 26, 2016 15:49
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save fs111/f351cc021a43f5429671db30cc09b309 to your computer and use it in GitHub Desktop.
class 😭{
public void 😭(){
System.out.println( "😭😭😭" );
}
public static void main(String args[])
{
😭 _ = new 😭();
_.😭();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment