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 a723ea2 commit d43169dCopy full SHA for d43169d
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