blob: 2ef7115248413c2b31cfb9a1e366d25d13411898 [file] [log] [blame]
function hello_world(arg) {
return "_" + arg + "_";
}