Implement `longestCommonPrefix(strs)` returning the longest common prefix shared by all strings, or an empty string if there is none.
Run your code to see results.