From c5092eead8d32ac08a84ad7b9303d2ad506c50f3 Mon Sep 17 00:00:00 2001 From: bilal arslan Date: Sat, 15 Aug 2015 14:00:27 +0300 Subject: [PATCH] Update swift language with Swift 2.0 compatible --- s/swift.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s/swift.swift b/s/swift.swift index 6e2d21ae..7dc46d6e 100644 --- a/s/swift.swift +++ b/s/swift.swift @@ -1 +1 @@ -println("Hello, world") \ No newline at end of file +print("Hello, world")