My solutions for the Advent of Code 2017 puzzles, written in ColdFusion Markup Language. Tested on Lucee 5.2.4.37 and Adobe ColdFusion 2016.0.0.298074.
git clone https://github.com/rellem/advent_of_code_2017.git rellem-cfmldocker pull lucee/lucee52docker run -d -p 14000:8888 -e "LUCEE_JAVA_OPTS=-Xmx4096m" -v /path/to/rellem-cfml:/var/www/rellem-cfml lucee/lucee52- Go to http://localhost:14000/rellem-cfml/
The big heap is required by several solutions because of Lucee bug LDEV-1623.