Cross Reference: HelloWorld.java
xref
: /
openjdk7
/
langtools
/
test
/
tools
/
apt
/
Compile
/
HelloWorld.java
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
/* /nodynamiccopyright/ */
public
class
HelloWorld
{
public
static
void
main
(
String
argv
[]) {
System
.
out
.
println
(
"Hello World."
);
}
}