Lab Description:
Lab 0 is a simple lab that create a program to print out “Hello World”.
Code:
public class HelloWorld { public static void main(String[] args){ System.out.println("Hello World"); } }
Screenshots:
Our goal is to make the OpenLab accessible for all users.
Our goal is to make the OpenLab accessible for all users.