Created
November 11, 2018 21:43
-
-
Save TarodBOFH/0b5f3920f4814666e9dc48881b0833f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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