//The is first Demo My code object Hello extends App { val a=1 val b=2 println(a+b) println("Hello JSRUN - from scala") }