You are on page 1of 1

class Example {

// Your program begins with a call to main().


public static void main(String args[]) {
System.out.println("This is a simple Java program.");
}
}
The

You might also like