4 lines
55 B
JavaScript
Executable File

function hello_world(arg) {
return "_" + arg + "_";
}