We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e090110 commit 1f34890Copy full SHA for 1f34890
tests/swift/script.swift
@@ -1,6 +1,6 @@
1
import Foundation
2
3
-let inputStr = readLine()
4
-if let inputStr = inputStr {
5
- print("Hello ", inputStr)
+let input = readLine()
+if let input = input {
+ print("Hello", input)
6
}
0 commit comments