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