Skip to content

Instantly share code, notes, and snippets.

@lukaseder
Created December 6, 2019 08:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lukaseder/9e7f91996559cfc973e1f1638cbbeadb to your computer and use it in GitHub Desktop.
Save lukaseder/9e7f91996559cfc973e1f1638cbbeadb to your computer and use it in GitHub Desktop.
import static java.lang.System.*;
public class Dafuq {
public static void main(String[] args) {
/*
\u002a\u002f
\u006f\u0075\u0074\u002e\u0070\u0072\u0069\u006e\u0074\u006c\u006e\u0028\u0022\u004e\u006f\u0022\u0029\u003b
\u000d\u000a\u0065\u0078\u0069\u0074\u0028\u0030\u0029\u003b
\u002f\u002a
*/
out.println("Yes");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment