index
:
ted.git
trunk
variable-width
A text editor.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lsp
/
rust
/
src
/
main.rs
blob: e71b6f77c63eea7d96b791db4f9629d0ce2ca94e (
plain
)
1
2
3
4
5
mod
foo
;
fn
main
() {
println
!(
"Hello, world! {}"
,
foo
::
a
());
}