Skip to content

Instantly share code, notes, and snippets.

@fs111
Created August 26, 2016 15:49
Show Gist options
  • Save fs111/f351cc021a43f5429671db30cc09b309 to your computer and use it in GitHub Desktop.
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