fork download
  1. /* package whatever; // don't place package name! */
  2.  
  3.  
  4. /* Name of the class has to be "Main" only if the class is public. */
  5. class Ideone
  6. {
  7. public static void main (String[] args) throws java.lang.Exception
  8. {
  9. String s = "010203 101112 010203101112\n040506 + 131415 = 040506131415\n070809 161718 070809161718";
  10. System.out.println(s);
  11. }
  12. }
Success #stdin #stdout 0.04s 2184192KB
stdin
Standard input is empty
stdout
010203     101112    010203101112
040506  +  131415 =  040506131415
070809     161718    070809161718