Sign in
eclipse
/
jdt
/
eclipse.jdt.debug
/
70c808d2edbb4f2bae0d3f009318da5e5630ddbc
/
.
/
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!"
);
}
}