Maddy's Rant

Vacuous, vivid, vivacious, aphrodisiac, simulating, rapid, ravenous

Name:
Location: Bellevue, WA, United States

Come and sit with me my friend, I promise to show you the world beyond your wildest imagination.

Thursday, October 21, 2010

Java code - Hello World Test


public class Trial {
public static void main(String[] args) {
System.out.println("Hello World");
}
}

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home