Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 152 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 152 Bytes

Exercise 4-1

Write the function strrindex(s, t), which returns the position of the rightmost occurrence of t in s, or -1 if there is none.