- Rush to your terminal, clone this repo and run
docker-compose up
- Open RIDE at http://localhost:4502
- Try to solve AoC in APL*
- Set output line width
⎕PW←120
- Use zero based indexing
⎕IO←0
- Draw boxes around nested arrays
]boxing on
docker-compose up
⎕PW←120
⎕IO←0
]boxing on