blob: c3aded169afb59b63c9a69061a39fb9d591e5172 [file] [log] [blame]
object HelloWorld {
def main(args: Array[String]) {
println("Hello, world!")
}
}