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?");
  12. System.out.println("- He did. He also said \"I'm using this \n\"");
  13.  
  14. }
  15. }
  16.  
Success #stdin #stdout 0.09s 54720KB
stdin
Standard input is empty
stdout
- Did Joffrey agree?
- He did. He also said "I'm using this 
"