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)