Skip to content

Instantly share code, notes, and snippets.

@dacr
Last active April 2, 2023 10:10
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/f5890b59b5fd6dcafda6f9335110aec5 to your computer and use it in GitHub Desktop.
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/5a955fffd4901cd0dd91b4bdb4cec8816c1c68df
// summary : scala3 feature examples - hello world
// keywords : scala3, tutorial, @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 : 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.1.1"
@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