0
In this Scala Code object Solution { def main( args: Array [string] ) = { HelloWorld.main() }} why HelloWorld.main is used?
Scala Beginner
2 odpowiedzi
+ 3
Looks like
ClassName.MethodName
0
Suppose I have to print something using this code, how should I proceed?