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
/
lib
/
src
/
prelude.rs
blob: a4e81ebdf5a0f4641278edd2118b0168065a0532 (
plain
)
1
2
3
4
use crate::error::Error; pub type Result<T> = std::result::Result<T, Error>;