Created
April 24, 2015 09:44
-
-
Save eoftedal/82f48b8e0308794862d4 to your computer and use it in GitHub Desktop.
What is printed?
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
public class Puzzle { | |
public static void main(String[] args) { | |
String a = "1"; | |
String b = "\u0022\u003b\u0061\u003d\u0022\u0032\u0022\u003b\u002f\u002f"; | |
System.out.println(a); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Awesome… and a little bit worrying.