sourcehut
Log in
—
Register
~irimi1
/
learning-rust
summary
tree
log
refs
ref:
41510e68675b91905d3af538ae41db4591ed8c5a
learning-rust
/
projects
/
hello_world
/main.rs
-rw-r--r--
47 bytes
View
Log
Blame
View raw
41510e68
—
Manuel Groß
minigrep: Make run() return a result
3 years ago
1
2
3
fn
main
()
{
println!
(
"Hello world! :/"
);
}