CJam, 13 bytes
{_o"_g
"o1}_g
The online interpreter doesn't print anything before the program terminates, so you'll have to test this in the Java interpreter.
{_o"_g
"o1}_g
The online interpreter doesn't print anything before the program terminates, so you'll have to test this in the Java interpreter.