Skip to content

Instantly share code, notes, and snippets.

@fserra-mdsol
Last active March 16, 2023 14:28
Show Gist options
  • Save fserra-mdsol/0d08d81f990e9320770466ce4f3ad562 to your computer and use it in GitHub Desktop.
Save fserra-mdsol/0d08d81f990e9320770466ce4f3ad562 to your computer and use it in GitHub Desktop.
//> using scala "3.2.2"
val x = 1_000_000
val y = 1000000
@main
def f(): Unit = if (x == y) println("Values are the same!") else println("Nope :-(")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment