Sign in
eclipse
/
jdt
/
eclipse.jdt.debug
/
01b4e1966047c483c9895b8f3b68a28f7d0f3fc8
/
.
/
org.eclipse.jdt.debug.tests
/
testresources
/
xtend-source
/
HelloWorld.java
blob: 90b9e03c3c433fd24a8ddf1d543ee68af9505d16 [
file
]
@SuppressWarnings
(
"all"
)
public
class
HelloWorld
{
public
static
void
main
(
final
String
[]
args
)
{
System
.
out
.
println
(
"Hello World!"
);
}
}