#335
Give me your position
 

Difficulty:Elementary
Topics:String


Mission: Bikin function untuk temukan posisi pertama karakter tertentu dalam sebuah string.
test not run
(= (__ "hello world" "w") 6)
test not run
(= (__ "clojure" "j") 3)
test not run
(= (__ "functional" "n") 2)


Code which fills in the blank: