fork download
  1. class Test
  2. {
  3. public static void main(String[]args)
  4. {
  5. int x=5;
  6. System.out.println("int x");
  7. }
  8. }
Success #stdin #stdout 0.08s 52460KB
stdin
Standard input is empty
stdout
int x