Lab 0

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”);
}
}

1

Leave a Reply

Your email address will not be published. Required fields are marked *