DEV Community

Samir Kahvedzic
Samir Kahvedzic

Posted on

Hello world πŸ‘‹

@main def hello: Unit =
  List(
    "Hello world πŸ‘‹",
    "Next time, let’s rewrite this as a typeclass. πŸ˜‰"
  ).foreach(println)
Enter fullscreen mode Exit fullscreen mode

Top comments (0)