Skip to content

Instantly share code, notes, and snippets.

@alibehzadian
Created November 16, 2018 15:18
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 alibehzadian/5fd8c548977e51a66055db1f2102080b to your computer and use it in GitHub Desktop.
Save alibehzadian/5fd8c548977e51a66055db1f2102080b to your computer and use it in GitHub Desktop.
val oneMillion = 1_000_000
val creditCardNumber = 1234_5678_9012_3456L
val socialSecurityNumber = 999_99_9999L
val hexBytes = 0xFF_EC_DE_5E
val bytes = 0b11010010_01101001_10010100_10010010
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment