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