index
:
aoc-2021
main
My advent of code solutions. Might be good, might be bad. Might depend on other repos here.
Andreas Grois
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib.rs
blob: d70247056ea879b74e10af5b0e83c2d5da6d8e08 (
plain
) (
blame
)
1
2
3
4
5
6
use
aoc_runner_derive
::
aoc_lib
;
pub
mod
day1
;
pub
mod
day2
;
aoc_lib
!
{
year
=
2021
}