From 0dee1ce28cc3d5d3996f9c803261704b27afc1cb Mon Sep 17 00:00:00 2001 From: nomennescio Date: Mon, 30 Oct 2023 00:22:23 +0100 Subject: [PATCH] New load order --- bin/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/run b/bin/run index 95d186d..d802c52 100755 --- a/bin/run +++ b/bin/run @@ -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")