Kodopedia
Pages
Home
Contributors
Monday, 22 June 2015
Program for Hello World on JAVA
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World");
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment