Created
December 10, 2012 05:02
-
-
Save nickserv/4248498 to your computer and use it in GitHub Desktop.
Hello World in Java... using unicode escapes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Try compiling this. It actually works. | |
* Output: "Hello world" | |
*/ | |
\u0070\u0075\u0062\u006c\u0069\u0063\u0020\u0020\u0020\u0020 | |
\u0063\u006c\u0061\u0073\u0073\u0020\u0055\u0067\u006c\u0079 | |
\u007b\u0070\u0075\u0062\u006c\u0069\u0063\u0020\u0020\u0020 | |
\u0020\u0020\u0020\u0020\u0073\u0074\u0061\u0074\u0069\u0063 | |
\u0076\u006f\u0069\u0064\u0020\u006d\u0061\u0069\u006e\u0028 | |
\u0053\u0074\u0072\u0069\u006e\u0067\u005b\u005d\u0020\u0020 | |
\u0020\u0020\u0020\u0020\u0061\u0072\u0067\u0073\u0029\u007b | |
\u0053\u0079\u0073\u0074\u0065\u006d\u002e\u006f\u0075\u0074 | |
\u002e\u0070\u0072\u0069\u006e\u0074\u006c\u006e\u0028\u0020 | |
\u0022\u0048\u0065\u006c\u006c\u006f\u0020\u0077\u0022\u002b | |
\u0022\u006f\u0072\u006c\u0064\u0022\u0029\u003b\u007d\u007d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nope. Illegal static declaration in inner class