mirror of
https://github.com/sbt/sbt.git
synced 2026-08-22 14:17:13 +02:00
@@ -1,4 +1,4 @@
|
|||||||
pacakge example
|
package example
|
||||||
|
|
||||||
class ExampleSuite extends munit.FunSuite:
|
class ExampleSuite extends munit.FunSuite:
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
package example
|
package example
|
||||||
|
|
||||||
@main def main(args: String*): Unit =
|
@main def main(args: String*): Unit =
|
||||||
println(s"Hello ${args.toSeq}")
|
println(s"Hello ${args.mkString}")
|
||||||
|
|||||||
Reference in New Issue
Block a user