fork download
  1. /* Name of the class has to be "Main" only if the class is public. */
  2. class Main
  3. {
  4. public static void main (String[] args) {
  5.  
  6. long x = 12333455678898L; // initialization
  7.  
  8. System.out.println("My number is: " + x);
  9. }
  10. }
Success #stdin #stdout 0.09s 53572KB
stdin
Standard input is empty
stdout
My number is: 12333455678898