Skip to content

Instantly share code, notes, and snippets.

@rail-rate
Created June 16, 2019 09:12
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 rail-rate/59b153742120f4bff6d68f75198e087b to your computer and use it in GitHub Desktop.
Save rail-rate/59b153742120f4bff6d68f75198e087b to your computer and use it in GitHub Desktop.
文字型2
fun main(args: Array<String>) {
val a : Char = 'ab'
println(a)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment