mirror of
https://github.com/smallfawn/decode_action.git
synced 2025-12-20 00:35:19 +08:00
4 lines
54 B
JavaScript
4 lines
54 B
JavaScript
function hi() {
|
|
console.log("Hello World!");
|
|
}
|
|
hi(); |