fork download
  1. importPackage(java.io);
  2. importPackage(java.lang);
  3.  
  4. // your code goes here
  5. function makeShit(){
  6. var date = new Date();
  7. return date;
  8. }
  9. var doThings = function(){
  10. var date2 = makeShit();
  11. return date2;
  12. }
Success #stdin #stdout 0.43s 321856KB
stdin
Standard input is empty
stdout
Standard output is empty