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 8250ab2 commit d64f3f0Copy full SHA for d64f3f0
containers/swift/Dockerfile
@@ -1,6 +1,5 @@
1
FROM swiftdocker/swift:latest
2
3
-
4
COPY ./compile.sh /bin/compile.sh
5
COPY ./run.sh /bin/run.sh
6
tests/swift/script.swift
@@ -1,6 +1,3 @@
-import Foundation
let input = readLine()
-if let input = input {
- print("Hello", input)
-}
+
+println("Hello (input)")
0 commit comments