Skip to content

Commit d64f3f0

Browse files
VibhorCodecianGuptaVibhorCodecianGupta
authored andcommitted
swift
1 parent 8250ab2 commit d64f3f0

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

containers/swift/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
FROM swiftdocker/swift:latest
22

3-
43
COPY ./compile.sh /bin/compile.sh
54
COPY ./run.sh /bin/run.sh
65

tests/swift/script.swift

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
import Foundation
2-
31
let input = readLine()
4-
if let input = input {
5-
print("Hello", input)
6-
}
2+
3+
println("Hello (input)")

0 commit comments

Comments
 (0)