Skip to content

Commit a314950

Browse files
committed
add: alphabet function
1 parent e8998f3 commit a314950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/Main.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package io.github.amirisback
22

33
fun main() {
4-
showText("AIIA")
4+
showText("ABCDEFGHIJKLMNOPQRSTUVWQYZ")
55
}

0 commit comments

Comments
 (0)