File: raw_jscode1.js

package info (click to toggle)
node-nodeunit 0.11.3%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,048 kB
  • sloc: javascript: 3,324; makefile: 141
file content (3 lines) | stat: -rw-r--r-- 55 bytes parent folder | download | duplicates (5)
1
2
3
function hello_world(arg) {
	return "_" + arg + "_";
}