Update test to use Scala 3 feature
This commit is contained in:
parent
d10c58b993
commit
cd38eaa3f4
|
@ -1,3 +1,3 @@
|
||||||
object Test extends App {
|
@main def run(): Unit = {
|
||||||
println("good")
|
println("good")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue