Skip to content

Commit 10f4561

Browse files
committed
update
1 parent 010f101 commit 10f4561

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

KotlinSample/src/Main.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
fun main() {
2-
println("Hello World!")
2+
val aToZ = 'a'..'z'
3+
println('c' in aToZ)
4+
aToZ.forEach { print(it) }
35
}

0 commit comments

Comments
 (0)