index
:
2020-advent-of-code
this commit
main
Puzzle solutions for the 2020 Advent of Code event
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
18
/
build.rs
blob: 23c7d3f804a458ace07e30f7d5993f3c6c856fe4 (
plain
)
1
2
3
4
5
extern crate lalrpop; fn main() { lalrpop::process_root().unwrap(); }