Add decoded output file

This commit is contained in:
action
2024-06-27 13:30:49 +00:00
parent 644ea3a59d
commit 22f335a201

View File

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