mirror of
https://github.com/mx42/aoc2024.scala.git
synced 2026-01-14 13:59:50 +01:00
chore: initial commit
This commit is contained in:
5
src/main/scala/Main.scala
Normal file
5
src/main/scala/Main.scala
Normal file
@@ -0,0 +1,5 @@
|
||||
@main def hello(): Unit =
|
||||
println("Hello world!")
|
||||
println(msg)
|
||||
|
||||
def msg = "I was compiled by Scala 3. :)"
|
||||
Reference in New Issue
Block a user