29 January 2012

Hello, World! - Revisited

Second post - Still Trial

public class SecondSample {
   public static void main(String[] args) {
      System.out.println("Hello, " + args[0] + "!");
   }
}

No comments:

Post a Comment