fork(1) download
  1. class ShortEg
  2. {
  3. public static void main ( String[] args )
  4. {
  5. int value = 35000;
  6. System.out.println("A int: " + value);
  7. }
  8. }
Success #stdin #stdout 0.03s 245632KB
stdin
Standard input is empty
stdout
A int: 35000