// Write your code hereString s = 'Pao\'s Auto Shop';s.replace('\'', '\\\'');system.out.println(s);
Standard input is empty
Standard output is empty
./prog:1: expected expression ./prog:4: Unterminated string, attempting recovery
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!