jdk/test/sun/tools/jrunscript/hello.js
changeset 2 90ce3da70b43
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/jdk/test/sun/tools/jrunscript/hello.js	Sat Dec 01 00:00:00 2007 +0000
@@ -0,0 +1,7 @@
+/*
+ *
+ *
+ * This is the test JavaScript program used in jrunscript-f.sh
+ */
+
+println('hello');