docs: readme for metals setup
This commit is contained in:
@@ -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 ")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user