Lab #1

Lab Description:

In this first lab, we wrote a simple code to learn the basic of using eclipse to write a Java code.

Code:

 public class HelloWorld
{
	public static void main(String[] args)
	{
		System.out.println("Hello World");
	}
}

Screenshots:

Recent Posts