I am a newbie to Scala, it\'s the first time I\'m running Scala, when I installed Scala, I created a file named Hello.scala, the content is:
Hello.scala
pr
This works in mac for development.
#!/usr/bin/env scala -nc println("hello");