Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 142 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 142 Bytes

Exercise 5-4

Write the function strend(s, t), which returns 1 if the string t occurs at the end of the string s, and zero otherwise.