Skip to content

Commit d2ea9eb

Browse files
VibhorCodecianGuptaVibhorCodecianGupta
authored andcommitted
swift
1 parent 2283835 commit d2ea9eb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/swift/script.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
import Foundation
2-
31
let input = readLine()
4-
print("Hello \(input)")
2+
if let input = input { println("Hello",input) }

0 commit comments

Comments
 (0)