fork download
  1.  
  2. public class Main {
  3.  
  4.  
  5. //- Did Joffrey agree?
  6. //- He did. He also said "I'm using this \n".
  7.  
  8.  
  9. public static void main (String[] args) {
  10.  
  11. System.out.println("- Did Joffrey agree?\n- He did. He also said \"I'm using this \\n\".");
  12.  
  13. }
  14. }
  15.  
Success #stdin #stdout 0.07s 54656KB
stdin
Standard input is empty
stdout
- Did Joffrey agree?
- He did. He also said "I'm using this \n".