Find First Non-Repeating Character in String

Given a string s, find the first character that does not repeat. If no such character exists, return -1.

Difficulty:

Console