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 32f8196 commit 19345c8Copy full SHA for 19345c8
tests/swift/script.swift
@@ -1,4 +1,4 @@
1
import Foundation
2
3
let input = readLine()
4
-if let input = input { print("Hello",input) }
+if let input = input { print("Hello", input) }
tests/swift/test_worker.sh
@@ -35,4 +35,4 @@ exit 1
35
fi
36
37
# Delete runbox
38
-rm -rf $RUNBOX
+sudo rm -rf $RUNBOX
0 commit comments