docs: readme for metals setup

This commit is contained in:
efim
2023-06-25 13:20:10 +00:00
parent 64b2f06aca
commit 8164f46045
3 changed files with 24 additions and 1 deletions

View File

@@ -1,2 +1,6 @@
@main
def hello() = println("Hello, world")
def hello() = {
println("Hello, world")
val aaaa = 15 * 7
println(s"I think this is working. $aaaa ")
}