tangled
alpha
login
or
join now
sharparam.com
/
advent-of-code
0
fork
atom
Code for the Advent of Code event
aoc
advent-of-code
0
fork
atom
overview
issues
pulls
pipelines
advent-of-code
/
src
/
main.rs
at
main
3 lines
45 B
view raw
wrap content
sharparam.com
Configure Rust project structure
5mo ago
4165f5d8
1
fn
main
(
)
{
2
println!
(
"
Hello, world!
"
)
;
3
}