Module day01

Module day01 

Source
Expand description

§Not Quite Lisp

The input is first converted into bytes. This is safe as it contains only ASCII characters. Then each parenthesis is parsed into either +1 or -1.

Functions§

parse
part1
part2