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