Skip to content

Commit 1f34890

Browse files
VibhorCodecianGuptaVibhorCodecianGupta
authored andcommitted
swift
1 parent e090110 commit 1f34890

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/swift/script.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Foundation
22

3-
let inputStr = readLine()
4-
if let inputStr = inputStr {
5-
print("Hello ", inputStr)
3+
let input = readLine()
4+
if let input = input {
5+
print("Hello", input)
66
}

0 commit comments

Comments
 (0)