Skip to content

Instantly share code, notes, and snippets.

@earthling-shruti
Created December 26, 2012 19:36
Show Gist options
  • Save earthling-shruti/4382506 to your computer and use it in GitHub Desktop.
Save earthling-shruti/4382506 to your computer and use it in GitHub Desktop.
public class HelloWorld{
public static void main(String[] args){
String something = "(╯°□°)╯︵ ┻━┻ /(.□.)\\ /(.□.)\\ ┻━┻ /(.□.)\\";
//"╯°□°)╯︵ ┻━┻";
for(int i = 0; i < something.length(); i++){
System.out.println(Integer.toHexString(something.charAt(i)));
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment