A shared library to solve Advent Of Code challenges.
Go to file
Patrick MARIE 85309f05b5 Adding some documentation. 2021-01-18 14:03:44 +01:00
src Adding some documentation. 2021-01-18 14:03:44 +01:00
.gitignore Initial commit 2021-01-17 17:20:54 +01:00
Cargo.toml Initial commit 2021-01-17 17:20:54 +01:00
README.md Adding some documentation. 2021-01-18 14:03:44 +01:00

README.md

mkz_aoc

Modules

  • file: Open files & prepare inputs
  • parse: Parse contents (moslty from Strings to Vec/integers )