#335
Give me your position
Difficulty: | Elementary |
Topics: | String |
Mission: Bikin function untuk temukan posisi pertama karakter tertentu dalam sebuah string.
(= (__ "hello world" "w") 6) | |
(= (__ "clojure" "j") 3) | |
(= (__ "functional" "n") 2) |