Write a function that takes a string as input and returns the first character that does not repeat anywhere in the string. If all characters are repeating, the function should return an appropriate indication.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?