This commit is contained in:
Eugene Yokota 2023-05-03 21:20:16 -04:00
parent 26917d7de4
commit 4c96c087c0
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
pacakge example
package example
class ExampleSuite extends munit.FunSuite:

View File

@ -1,4 +1,4 @@
package example
@main def main(args: String*): Unit =
println(s"Hello ${args.toSeq}")
println(s"Hello ${args.mkString}")