Last active
May 25, 2024 10:18
-
-
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/a2babf77696e6cb6c3ec6f19fdcc2b749b649de0
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 - 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.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