fork download
  1. importPackage(java.io);
  2. importPackage(java.lang);
  3.  
  4. // your code goes here
  5. const x = 3;
  6. x = 4;
  7. print(x);
Success #stdin #stdout 0.39s 381952KB
stdin
Standard input is empty
stdout
3