index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
hello.rs
blob: 8535f74eb4792f1c3b7665871734617ca709961e (
plain
) (
blame
)
1
2
3
4
5
6
// -*- rust -*-
fn
main
()
{
log
"hello, world."
;
}