Skip to content

Commit

Permalink
Update stringfunction_subseq.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
2030481 authored Sep 17, 2022
1 parent 7497b71 commit ae67c7f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions stringfunction_subseq.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
/**
* SubSequences
*
*/

fun main() {
val s = "welcome to kotlin-ravi"
println(s.subSequence(0,7))
Expand Down

0 comments on commit ae67c7f

Please sign in to comment.