tests/hello.js
authorAlan Knowles <alan@roojs.com>
Wed, 18 Mar 2015 11:02:07 +0000 (19:02 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 18 Mar 2015 11:02:07 +0000 (19:02 +0800)
tests/hello.js [new file with mode: 0644]

diff --git a/tests/hello.js b/tests/hello.js
new file mode 100644 (file)
index 0000000..41ba3c5
--- /dev/null
@@ -0,0 +1,5 @@
+
+function hello(w) {
+       return w+'xx';
+
+}