Gleam solutions for advent of code 2020 Usage Set the AOC session key in the envionment variable AOC_SESSION then: # Build the escript rebar3 escriptize # Run for a specific day _build/default/bin/aoc_twenty_twenty_gleam <day> Run the tests To run the tests run: rebar3 eunit