Sign in
eclipse
/
jdt
/
eclipse.jdt.debug
/
a5ba003d16dbc4b6b8b8735c3f8bbb9b275f435a
/
.
/
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!'
)
}
}