Java Hello World


SUBMITTED BY: Guest

DATE: April 1, 2013, 7:34 p.m.

FORMAT: Text only

SIZE: 126 Bytes

HITS: 962

  1. public class HelloWorld {
  2. public static void main(String[] args) {
  3. System.out.println("Hello World!");
  4. }
  5. }

comments powered by Disqus