Guest User

Untitled

a guest
Jun 13th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. public class HelloWorld{
  2. public static void main(String[] a) throws Exception{
  3. if( new Object() == System.out.getClass().
  4. getMethod("println", "".getClass()).
  5. invoke(System.out, "Hello World")){}
  6. }
  7. }
Add Comment
Please, Sign In to add comment