Skip to content

Instantly share code, notes, and snippets.

@dacr
Last active February 3, 2026 20:19
Show Gist options
  • Select an option

  • Save dacr/89a4cd4b6e0c5f7d8dc7b16fd359b92e to your computer and use it in GitHub Desktop.

Select an option

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/e254042dbdef9ebaff7d3668986a5194c5710bda
// summary : scala cli - native hello world
// keywords : scala, scalacli, helloworld, native, @testable
// publish : gist
// authors : David Crosson
// license : Apache License Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt)
// 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.4.2"
// ---------------------
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