Files
JiboSDK/node_modules/outpipe/example/input/y.js
2026-03-22 03:21:45 +02:00

6 lines
75 B
JavaScript

(function () {
var x = 5;
var x = 6;
console.log('ogre')
})();