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