Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 436 Bytes

File metadata and controls

29 lines (19 loc) · 436 Bytes

[misc] whitespace.js

Description

Don't worry, this is not an esolang challenge.

  • Challenge: https://whitespace-js.{int,dom}.seccon.games:3000

Attachments

Usage

Launch a challenge server:

cd build
docker compose up

Run the author's solver:

docker run -it --rm \
    -e WEB_BASE_URL=http://localhost:3000 \
    --network=host \
    (docker build -q ./solver)