COMP2396
Loading...
Searching...
No Matches
hello.java
Go to the documentation of this file.
1package chapter2;
2
3public class hello {
4 public static void main(String[] args) {
5 System.out.println("Hello, World!");
6 }
7}
static void main(String[] args)
Definition hello.java:4