fork download
  1. public class Main
  2. {
  3. static public void main(String[] args)
  4. {
  5. System.out.println("Ok then");
  6. }
  7. }
Success #stdin #stdout 0.11s 320512KB
stdin
Standard input is empty
stdout
Ok then