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