Skip to content

Instantly share code, notes, and snippets.

package gc.demo
import com.typesafe.scalalogging.LazyLogging
import zio._
import zio.stream._
object Zio2App extends App with LazyLogging {
override def run(args: List[String]): ZIO[ZEnv, Nothing, Int] = {