Last active
March 16, 2023 14:28
-
-
Save fserra-mdsol/0d08d81f990e9320770466ce4f3ad562 to your computer and use it in GitHub Desktop.
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
//> 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