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: b3ad2f61e069ff5585182a13fd49e901fdb98ef2 (
plain
)
1
2
3
4
5
mod
day5pt2
;
fn
main
()
{
day5pt2
::
main
();
}