From ba1d302da76fe03b7f39e2b1a5ef19eb734b0fdb Mon Sep 17 00:00:00 2001 From: Rhed Shi Date: Tue, 13 Oct 2015 22:22:12 -0700 Subject: [PATCH] Made Swift consistent with other Hello World --- s/swift.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s/swift.swift b/s/swift.swift index 7dc46d6e..ad35e5ae 100644 --- a/s/swift.swift +++ b/s/swift.swift @@ -1 +1 @@ -print("Hello, world") +print("Hello World")