Sunday, August 3, 2014

Hello World

Hello World


// Prints hello World
public class Intro
{
  public static void main(String args[])
  {
      System.out.print("Hello World");
    }

    
}

No comments:

Post a Comment