Version 1
[yaffs-website] / node_modules / phantomjs-prebuilt / lib / phantom / examples / hello.js
diff --git a/node_modules/phantomjs-prebuilt/lib/phantom/examples/hello.js b/node_modules/phantomjs-prebuilt/lib/phantom/examples/hello.js
new file mode 100644 (file)
index 0000000..82d2dbb
--- /dev/null
@@ -0,0 +1,3 @@
+"use strict";
+console.log('Hello, world!');
+phantom.exit();