Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. public class HelloWorld2
  2. {
  3.     public static void main(String[] args)
  4.     {
  5.         System.out.println("hello, " + args[0] + ", how about a nice game of chess?");
  6.     }
  7. }