initial import
This commit is contained in:
5
testdata/initial/file.scala
vendored
Normal file
5
testdata/initial/file.scala
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
object HelloWorld {
|
||||
def main(args: Array[String]): Unit = {
|
||||
println("Hello, world!")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user