Java Peanuts
29 January 2012
Hello, World!
First sample - Hello, World!
public class FirstSample {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment