Skip to content

Instantly share code, notes, and snippets.

@rail-rate
Created June 23, 2019 01:43
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/9249ca02cca9379ba1978661f3725592 to your computer and use it in GitHub Desktop.
Save rail-rate/9249ca02cca9379ba1978661f3725592 to your computer and use it in GitHub Desktop.
Boolean3
fun main(args: Array<String>) {
val sweet = true
val beaut = false
println("彼女のケーキは甘い。 ${sweet}")
println("父親のお弁当は綺麗。 ${beaut}")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment