adventOfCode/challenges/2021/03-binaryDiagnostic
2021-12-04 20:11:07 +00:00
..
nim Add 2021-03 in Nim 2021-12-03 15:37:07 +00:00
py Format code 2021-12-03 14:30:28 +00:00
benchmark.json Re-run benchmarks 2021-12-04 20:11:07 +00:00
info.json Add 2021-03 in Python 2021-12-03 14:28:57 +00:00
README.md Add 2021-03 in Nim 2021-12-03 15:37:07 +00:00

Day 3: Binary Diagnostic

The Nim code is a direct translation of the Python code - see the Python code for descriptive comments.