Implement `firstUnique(s)` returning the first character that appears exactly once, or an empty string if there is none.
Run your code to see results.