• Leon's avatar
    upload. · bfdb0579
    Leon authored
    bfdb0579
exit.js 64 Bytes
(function () {
  print('Hello');
  return;
  print('End');
})();