Created
November 2, 2024 18:43
-
-
Save lrodero/cbec24872a5fc9623186eb3ff19421d0 to your computer and use it in GitHub Desktop.
Minimum template for cats-effect 3 and scala 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //> using scala 3.3.4 | |
| //> using dep org.typelevel::cats-effect:3.5.5 | |
| import cats.effect.{IO, IOApp} | |
| object Main extends IOApp.Simple: | |
| override val run = IO.println("Hello world") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment