Add decoded output file

This commit is contained in:
action
2024-06-27 13:31:58 +00:00
parent b0ec32eb40
commit bb411f9820

View File

@@ -1,4 +1,5 @@
function hi() { function hi() {
console.log("Hello World!"); console.log("Hello World!");
} }
hi(); hi();
console.log("888");