Skip to content

Instantly share code, notes, and snippets.

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

  • Save dacr/105322be3e34beeea749e44dd1e32446 to your computer and use it in GitHub Desktop.

Select an option

Save dacr/105322be3e34beeea749e44dd1e32446 to your computer and use it in GitHub Desktop.
scala cli - hello world from nodejs / published by https://github.com/dacr/code-examples-manager #e23cbed6-3393-49f7-b23b-4290cbca0473/e020d82b77631a16aab1d11e3f9db1e6bff6f441
// summary : scala cli - hello world from nodejs
// keywords : scala, scalacli, helloworld, nodejs, @testable
// publish : gist
// authors : David Crosson
// license : Apache License Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt)
// id : e23cbed6-3393-49f7-b23b-4290cbca0473
// created-on : 2021-11-13T10:11:21+01:00
// managed-by : https://github.com/dacr/code-examples-manager
// run-with : scala-cli --js $file
// ---------------------
//> using jsVersion "1.13.1"
//> using scala "3.4.2"
// ---------------------
println(s"Hello world from node.js using scala")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment