Skip to content

Instantly share code, notes, and snippets.

@dacr
Last active May 6, 2023 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dacr/7080531a7a1c988c9c0ed1768345c0c1 to your computer and use it in GitHub Desktop.
Save dacr/7080531a7a1c988c9c0ed1768345c0c1 to your computer and use it in GitHub Desktop.
scala cli - hello world using ZIO / published by https://github.com/dacr/code-examples-manager #da4cfd27-719d-49e1-b4be-f058fd2f1c59/72eda512ec77d450b924dc0d51b97ce0b6edfcb7
// summary : scala cli - hello world using ZIO
// keywords : scala, scalacli, helloworld, zio, @testable
// publish : gist
// authors : David Crosson
// license : Apache NON-AI License Version 2.0 (https://raw.githubusercontent.com/non-ai-licenses/non-ai-licenses/main/NON-AI-APACHE2)
// id : da4cfd27-719d-49e1-b4be-f058fd2f1c59
// created-on : 2021-11-11T09:34:28+01:00
// managed-by : https://github.com/dacr/code-examples-manager
// run-with : scala-cli $file
// ---------------------
//> using scala "3.2.2"
//> using dep "dev.zio::zio:2.0.13"
//> using dep "fr.janalyse::zio-worksheet:2.0.13.0"
// ---------------------
import zio.*, zio.worksheet.*
Console.printLine("Hello world !").unsafeRun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment