Last active
February 3, 2026 20:27
-
-
Save dacr/f5890b59b5fd6dcafda6f9335110aec5 to your computer and use it in GitHub Desktop.
scala3 feature examples - hello world / published by https://github.com/dacr/code-examples-manager #a59a78bc-e3d8-44d6-b553-3ec88df63cc4/42d6e22bc88834acbaf9633e1efc7ef5f006fa45
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 : scala3 feature examples - hello world | |
| // keywords : scala3, tutorial, @testable | |
| // publish : gist | |
| // authors : David Crosson | |
| // license : Apache License Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt) | |
| // id : a59a78bc-e3d8-44d6-b553-3ec88df63cc4 | |
| // created-on : 2021-03-19T17:06:38+01:00 | |
| // managed-by : https://github.com/dacr/code-examples-manager | |
| // run-with : scala-cli $file | |
| //> using scala "3.4.2" | |
| @main def go() = println(s"Hello world !") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment