fork download
  1. importPackage(java.io);
  2. importPackage(java.lang);
  3.  
  4. // your code goes here
  5. for (i = 0; i < 3; i++)
  6.  
  7. print("check")
  8.  
  9. print("once")
  10.  
Success #stdin #stdout 0.15s 321920KB
stdin
Standard input is empty
stdout
check
check
check
once