Skip to content

Instantly share code, notes, and snippets.

@windymelt
Last active October 12, 2023 16:28
Show Gist options
  • Save windymelt/017956eb35ea7d693af5655570dd0e24 to your computer and use it in GitHub Desktop.
Save windymelt/017956eb35ea7d693af5655570dd0e24 to your computer and use it in GitHub Desktop.
//> using scala 3.3.0
import java.awt.Desktop
import java.net.URI
if (Desktop.isDesktopSupported) {
Desktop.getDesktop.browse(new URI("https://scala-cli.virtuslab.org/"))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment