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
a299ac42e2cc8b20fae718b6b04e1af520994d57
92 B
view raw
1
fn
main
(
)
{
2
let
input
=
include_str!
(
"
../../input.txt
"
)
;
3
4
println!
(
"
{}
"
,
&
input
)
;
5
}