Skip to content

Instantly share code, notes, and snippets.

@lrodero
Created November 2, 2024 18:43
Show Gist options
  • Select an option

  • Save lrodero/cbec24872a5fc9623186eb3ff19421d0 to your computer and use it in GitHub Desktop.

Select an option

Save lrodero/cbec24872a5fc9623186eb3ff19421d0 to your computer and use it in GitHub Desktop.
Minimum template for cats-effect 3 and scala 3
//> 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