Jump to content

Integer comparison: Difference between revisions

m
Line 2,151:
 
=={{header|Kotlin}}==
<syntaxhighlight lang="scalakotlin">fun main(args: Array<String>) {
val n1 = readLine()!!.toLong()
val n2 = readLine()!!.toLong()
32

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.