exit.js 64 Bytes
Newer Older
Leon's avatar
Leon committed
1 2 3 4 5
(function () {
  print('Hello');
  return;
  print('End');
})();