public class puzzle
{
public static void main (String [] args)
{
String test = "000D 003B";
if (false) // test will get changed to \u000D \u003B
{
System.out.println(test);
}
}
}
Feel free to email me back if you think you know