Sign in
eclipse
/
jdt
/
eclipse.jdt.debug
/
8ad41b3e447b9a23cd91d30c91165fc24dae1a7c
/
.
/
org.eclipse.jdt.debug.tests
/
testresources
/
xtend-source
/
HelloWorld.xtend
blob: f642417206bb7b2b2b5fb460ad819a9aa1c60d46 [
file
]
class
HelloWorld
{
def
static
void
main
(
String
[]
args
)
{
System
.
out
.
println
(
'Hello World!'
)
}
}