Last active
May 25, 2024 10:20
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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