Description: This program will print out “Hello World”
public class helloworld {
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
System.out.println(“Hello World”);
}
}
Our goal is to make the OpenLab accessible for all users.
Our goal is to make the OpenLab accessible for all users.