index
:
omnihello
master
about
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
Rust
/
hello.rs
blob: 21e1c4e4fe57725e5fd5dc651db69b38a3d81ffe (
plain
) (
tree
)
829d4eb
^
1
2
3
fn
main
()
{
println!
(
"Hello, World!"
);
}