tests/hello.js
[app.Builder.js] / tests / hello.js
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';
+
+}