Example #1
0
int main() {
    Solution s;
    cout << s.ReverseString("Yoona") << "\n";
    return 0;
}