Sha256: 29e1f3c9103bd83f42b25859a25e53ecafe551c5b26a05a8ea59c3c870611241
Contents?: true
Size: 525 Bytes
Versions: 20
Compression:
Stored size: 525 Bytes
Contents
(function(program, execJS, module, exports, require) { execJS(program) })(function() { #{source} }, function(program) { var output, print = function(string) { process.stdout.write('' + string); }; try { result = program(); if (typeof result == 'undefined' && result !== null) { print('["ok"]'); } else { try { print(JSON.stringify(['ok', result])); } catch (err) { print('["err"]'); } } } catch (err) { print(JSON.stringify(['err', '' + err])); } });
Version data entries
20 entries across 20 versions & 1 rubygems