Skip to content

Instantly share code, notes, and snippets.

@kimhunter
Last active August 29, 2015 14:03
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 kimhunter/819e6c6e4cd0231e8a87 to your computer and use it in GitHub Desktop.
Save kimhunter/819e6c6e4cd0231e8a87 to your computer and use it in GitHub Desktop.
// Githubs syntax highlighter doesn't see _ spaced numbers correctly
println(1_000_000)
println(0xFF_FF_FF_FF)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment