Showron Teaches Java
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment