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