mirror of https://github.com/sbt/sbt.git
commit
602d623def
|
|
@ -1,4 +1,4 @@
|
|||
pacakge example
|
||||
package example
|
||||
|
||||
class ExampleSuite extends munit.FunSuite:
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package example
|
||||
|
||||
@main def main(args: String*): Unit =
|
||||
println(s"Hello ${args.toSeq}")
|
||||
println(s"Hello ${args.mkString}")
|
||||
|
|
|
|||
Loading…
Reference in New Issue