Skip to content

Instantly share code, notes, and snippets.

@dnaumenko
Created February 11, 2020 12:31
Show Gist options
  • Save dnaumenko/cc1e9e8da83b15033a28b3677836b6e3 to your computer and use it in GitHub Desktop.
Save dnaumenko/cc1e9e8da83b15033a28b3677836b6e3 to your computer and use it in GitHub Desktop.
val runtime = Runtime({}, PlatformLive.Default)
val exit = runtime.unsafeRunSync(program.run.provide("Environment"))
println(exit)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment