public class HelloWorld {
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
System.out.println("Hello world!");
}
}
I was able to follow the Eclipse tutorial and execute this simple "Hello World" program.
Tuesday, February 12, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment