This lab was to start us off using Java.
package lab0;public class HelloWorld {
public static void main(String[] args) {
// TODO Auto-generated method stubSystem.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.