LeetCode 28.Implement strStr().
28.Implement strStr().
Return the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack.
Example 1:
Input: hays
...