fork download
  1. (function(exports) {
  2. exports.f = function() {
  3. console.log('lol');
  4. }
  5. })(typeof exports === 'undefined' ? this['selector']={} : exports);
Success #stdin #stdout 0.4s 321920KB
stdin
Standard input is empty
stdout
Standard output is empty