@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)