Skip to content

Instantly share code, notes, and snippets.

@TarodBOFH
Created November 11, 2018 21:43
Show Gist options
  • Save TarodBOFH/0b5f3920f4814666e9dc48881b0833f6 to your computer and use it in GitHub Desktop.
Save TarodBOFH/0b5f3920f4814666e9dc48881b0833f6 to your computer and use it in GitHub Desktop.
fun main(args: Array<String>) {
println(null != null ?: false)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment