We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 295d2d3 commit 0dee1ceCopy full SHA for 0dee1ce
bin/run
@@ -2,7 +2,7 @@
2
set -eu
3
4
W=/workspace
5
-FILES="preloaded.4th solution.4th testest.4th tests.4th"
+FILES="preamble.4th testest.4th protect.4th solution.4th prepare.4th tests.4th"
6
# Create container
7
C=$(docker container create --rm -w $W ghcr.io/codewars/forth:latest sh -c "gforth $FILES -e bye")
8
0 commit comments