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