fork download
  1. public class Main {
  2. public static void main(String[] args) {
  3. //for good measure
  4. System.out.println("2" +"2");
  5. }
  6. }
  7.  
Success #stdin #stdout 0.08s 2184192KB
stdin
Standard input is empty
stdout
22