tangled
alpha
login
or
join now
partially.dead.aylac.top
/
advent_of_code
0
fork
atom
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
main
5 lines
99 B
view raw
wrap content
partially.dead.aylac.top
still not right day 19 2015
3mo ago
0194f0b0
1
fn
main
(
)
{
2
let
input
=
include_str!
(
"
../../input.txt
"
)
.
trim
(
)
;
3
4
println!
(
"
{}
"
,
&
input
)
;
5
}