hello, scala world
3 files changed, 16 insertions(+), 0 deletions(-) A => .hgignore A => scala/hello-world/helloworld.scala A => scala/hello-world/helloworld.sh
A => .hgignore +2 -0
A => scala/hello-world/helloworld.scala +5 -0
@@ 0,0 1,5 @@ +object HelloWorld extends App { + def main(args: Array[String]) { + println("Hello, world!") + } +}
A => scala/hello-world/helloworld.sh +9 -0