index
:
adventofcode
master
Completing adventofcode.com puzzles.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
2023
/
rs
/
base
/
src
/
main.rs
blob: af03856ae497c790367401975e8851102dfa7813 (
plain
) (
blame
)
1
2
3
4
5
static
INPUT
:
&
str
=
include_str!
(
"input.txt"
);
fn
main
()
{
let
valueified
=
INPUT
;
}