File: raw_jscode1.js

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