1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-06 11:56:26 +02:00

Updated to Scala 3.2.2

This commit is contained in:
RVG|lory 2023-04-08 18:21:15 +02:00 committed by GitHub
parent 86d897d580
commit 334e7820ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 43 additions and 0 deletions
packages/scala/3.2.2

3
packages/scala/3.2.2/test.scala vendored Normal file
View file

@ -0,0 +1,3 @@
@main def run(): Unit = {
println("OK")
}