index
:
aoc2023_rust
master
This is just my attempt to learn the Rust programming language
Aleksa Vuckovic
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.rs
blob: 1eae0ee3d65c54e7a6358c8778124fc029dbd0cf (
plain
)
1
2
3
4
5
mod
day6pt2
;
fn
main
()
{
day6pt2
::
main
();
}