document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. public class HelloWorld {
  2. public static void main(String[] args) {
  3. System.out.println("Hello, World!");
  4. }
  5. }
');