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 5820f4d commit 8c3f539Copy full SHA for 8c3f539
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