Skip to content

Commit

Permalink
New load order
Browse files Browse the repository at this point in the history
  • Loading branch information
nomennescio committed Oct 29, 2023
1 parent 295d2d3 commit 0dee1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -eu

W=/workspace
FILES="preloaded.4th solution.4th testest.4th tests.4th"
FILES="preamble.4th testest.4th protect.4th solution.4th prepare.4th tests.4th"
# Create container
C=$(docker container create --rm -w $W ghcr.io/codewars/forth:latest sh -c "gforth $FILES -e bye")

Expand Down

0 comments on commit 0dee1ce

Please sign in to comment.