Skip to content

Instantly share code, notes, and snippets.

@dacr
Created May 28, 2023 10:17
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/d4aecf9267849e905684e152735779ab to your computer and use it in GitHub Desktop.
Save dacr/d4aecf9267849e905684e152735779ab to your computer and use it in GitHub Desktop.
scala cli - hello world - run context as code / published by https://github.com/dacr/code-examples-manager #1406f1d4-564c-41ce-8acb-ced2eb7c57de/3c2a17d7a063fe0b12f1f2ece24c53879cc20daa
// summary : scala cli - hello world - run context as code
// keywords : scala, scalacli, helloworld, requests, http, @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 : 1406f1d4-564c-41ce-8acb-ced2eb7c57de
// created-on : 2022-09-21T23:04:19+01:00
// managed-by : https://github.com/dacr/code-examples-manager
// run-with : scala-cli $file
// ---------------------
//> using scala "3.3.0"
// ---------------------
println("hello world")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment