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 d64f3f0 commit ec773a7Copy full SHA for ec773a7
tests/swift/script.swift
@@ -1,3 +1,3 @@
1
let input = readLine()
2
3
-println("Hello (input)")
+println("Hello \(input!)")
0 commit comments