[Swift-commit] r7345 - trunk/examples/misc

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Fri Nov 29 02:10:53 CST 2013


Author: davidk
Date: 2013-11-29 02:10:52 -0600 (Fri, 29 Nov 2013)
New Revision: 7345

Added:
   trunk/examples/misc/hello.swift
Log:
Hello example script, used for settings jobspernode with persistent coaster (bug #467)


Added: trunk/examples/misc/hello.swift
===================================================================
--- trunk/examples/misc/hello.swift	                        (rev 0)
+++ trunk/examples/misc/hello.swift	2013-11-29 08:10:52 UTC (rev 7345)
@@ -0,0 +1,5 @@
+app echo (string s) { 
+   echo s; 
+}
+
+echo("hi");




More information about the Swift-commit mailing list