Skip to content

Instantly share code, notes, and snippets.

@michael-simons
Forked from lukaseder/Dafuq.java
Created December 6, 2019 08:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michael-simons/c360aaf9bedbdfc5565c7d34b8170295 to your computer and use it in GitHub Desktop.
Save michael-simons/c360aaf9bedbdfc5565c7d34b8170295 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