tangled
alpha
login
or
join now
aylac.top
/
advent_of_code
my solutions to advent of code
aoc
advent-of-code
0
fork
atom
overview
issues
pulls
pipelines
advent_of_code
/
template
/
rust
/
src
/
main.rs
at
977052bdc1016e29a4b6b89cd5aa98bc5fe477bb
92 B
view raw
1
fn
main
(
)
{
2
let
input
=
include_str!
(
"
../../input.txt
"
)
;
3
4
println!
(
"
{}
"
,
&
input
)
;
5
}