Hello world πŸ‘‹



This content originally appeared on DEV Community and was authored by Samir Kahvedzic

@main def hello: Unit =
  List(
    "Hello world 👋",
    "Next time, let’s rewrite this as a typeclass. 😉"
  ).foreach(println)


This content originally appeared on DEV Community and was authored by Samir Kahvedzic