Skip to content

Commit 5820f4d

Browse files
VibhorCodecianGuptaVibhorCodecianGupta
authored andcommitted
swift
1 parent ec773a7 commit 5820f4d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/swift/script.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
let input = readLine()
1+
import Foundation
22

3-
println("Hello \(input!)")
3+
let input = readLine()
4+
print("Hello",input)

0 commit comments

Comments
 (0)