Implement `isValidSimple(s)` that returns true if the string composed only of '(' and ')' is valid.
'()'
true