fork download
  1. import java.util.*;
  2. import java.lang.*;
  3.  
  4. class Main
  5. {
  6. public static void main (String[] args)
  7. {
  8.  
  9. System.out.println("ouchie");
  10. Insult(1)
  11.  
  12. }
  13. Insult = function (RInsult) {
  14. var Insult1 = "If you are reading this you have lost all respect for time";
  15. if RInsult = 1{
  16. System.out.println(Insult1);
  17. }
  18. }
  19. }
Runtime error #stdin #stdout 0.27s 213120KB
stdin
Standard input is empty
stdout
Standard output is empty