Open up your favorite word processor, and type in:
public class HelloWorld {
public static void main(String[] args){
System.out.println("Hello World!");
}
}
Make sure that all braces and semicolons are lined up, otherwise your code won't compile correctly.
The
No comments:
Post a Comment