[Swift-commit] r8115 - in SwiftTutorials/ATPESC_2014-08-14/swift-t/examples: 01-hello 02-loop

wozniak at ci.uchicago.edu wozniak at ci.uchicago.edu
Tue Aug 12 12:47:16 CDT 2014


Author: wozniak
Date: 2014-08-12 12:47:15 -0500 (Tue, 12 Aug 2014)
New Revision: 8115

Modified:
   SwiftTutorials/ATPESC_2014-08-14/swift-t/examples/01-hello/hello.swift
   SwiftTutorials/ATPESC_2014-08-14/swift-t/examples/02-loop/loop.swift
Log:
Add headers


Modified: SwiftTutorials/ATPESC_2014-08-14/swift-t/examples/01-hello/hello.swift
===================================================================
--- SwiftTutorials/ATPESC_2014-08-14/swift-t/examples/01-hello/hello.swift	2014-08-12 17:46:40 UTC (rev 8114)
+++ SwiftTutorials/ATPESC_2014-08-14/swift-t/examples/01-hello/hello.swift	2014-08-12 17:47:15 UTC (rev 8115)
@@ -1,4 +1,8 @@
 
+/**
+   Example 1 - HELLO.SWIFT
+*/
+
 import io;
 
 main

Modified: SwiftTutorials/ATPESC_2014-08-14/swift-t/examples/02-loop/loop.swift
===================================================================
--- SwiftTutorials/ATPESC_2014-08-14/swift-t/examples/02-loop/loop.swift	2014-08-12 17:46:40 UTC (rev 8114)
+++ SwiftTutorials/ATPESC_2014-08-14/swift-t/examples/02-loop/loop.swift	2014-08-12 17:47:15 UTC (rev 8115)
@@ -1,4 +1,8 @@
 
+/**
+   Example 2 - LOOP.SWIFT
+*/
+
 import io;
 
 @dispatch=WORKER




More information about the Swift-commit mailing list