Skip to content

Instantly share code, notes, and snippets.

@dacr
Last active May 25, 2024 10:20
Show Gist options
  • 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/44924c6be99ee18314d3fd64c8e4c043a0bf8bf
// 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.4.2"
// ---------------------
println("hello world")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment