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
/
multi-src
/
foo.rs
blob: c166958e28fbf8c01dd0e4c6713ed1ab36ca4640 (
plain
) (
blame
)
1
2
3
4
fn
main
()
{
log
"hello, multi-file world."
;
bar
.
other
();
}