@main def hello: Unit =
List(
"Hello world π",
"Next time, letβs rewrite this as a typeclass. π"
).foreach(println)
For further actions, you may consider blocking this person and/or reporting abuse
@main def hello: Unit =
List(
"Hello world π",
"Next time, letβs rewrite this as a typeclass. π"
).foreach(println)
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)