You are on page 1of 1

package javaapplication11;

public class HelloWorld {


public static void main(String[] args) {
// Prints "Hello, World" in the terminal window.
System.out.println("Hello, World");
}
}

You might also like