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 2283835 commit d2ea9ebCopy full SHA for d2ea9eb
tests/swift/script.swift
@@ -1,4 +1,2 @@
1
-import Foundation
2
-
3
let input = readLine()
4
-print("Hello \(input)")
+if let input = input { println("Hello",input) }
0 commit comments