Skip to content

Instantly share code, notes, and snippets.

@dacr
Last active May 27, 2023 15:30
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/89a4cd4b6e0c5f7d8dc7b16fd359b92e to your computer and use it in GitHub Desktop.
Save dacr/89a4cd4b6e0c5f7d8dc7b16fd359b92e to your computer and use it in GitHub Desktop.
scala cli - native hello world / published by https://github.com/dacr/code-examples-manager #c90defed-2ce7-4eea-b5c7-8dfa2e35225e/6c3145c2671b07ba5e2a1ff06b026f8141fd3c48
// summary : scala cli - native hello world
// keywords : scala, scalacli, helloworld, native, @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 : c90defed-2ce7-4eea-b5c7-8dfa2e35225e
// created-on : 2022-01-29T00:02:53+01:00
// managed-by : https://github.com/dacr/code-examples-manager
// run-with : scala-cli --native $file
// ---------------------
//> using nativeVersion "0.4.12"
//> using scala "3.3.0"
// ---------------------
println(s"Hello world using native scala")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment