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