Update test to use Scala 3 feature

This commit is contained in:
Sirius902 2021-02-05 00:58:13 -08:00
parent d10c58b993
commit cd38eaa3f4
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
object Test extends App {
@main def run(): Unit = {
println("good")
}