tangled
alpha
login
or
join now
steveklabnik.com
/
hello-world
this repo has no description
2
fork
atom
overview
issues
pulls
1
pipelines
hello-world
/
src
/
main.rs
at
trunk
47 B
view raw
1
fn
main
(
)
{
2
println!
(
"
Goodbye, world.
"
)
;
3
}