fork download
  1.  
  2. class Ideone
  3. {
  4. public static void main (String[] args) throws java.lang.Exception
  5. {
  6. String foo = "3" + 1;
  7. System.out.println(foo);
  8. }
  9. }
Success #stdin #stdout 0.08s 380224KB
stdin
Standard input is empty
stdout
31