This website requires JavaScript.
Explore
Help
Sign In
samw
/
aoc2022
Watch
1
Fork
You've already forked aoc2022
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
5f6842ba9e
aoc2022
/
src
/
lib.rs
2 lines
62 B
Rust
Raw
Blame
History
pub
type
StdError
<
T
>
=
Result
<
T
,
Box
<
dyn
std
::
error
::
Error
>
>
;
Reference in New Issue
View Git Blame
Copy Permalink