index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
issues
/
issue-52140
/
auxiliary
/
some_crate.rs
blob: 087005849d11b7d99c27ee1c19663635ff600d79 (
plain
)
1
2
3
4
5
#![crate_type =
"lib"
]
pub
fn
hello
()
{
println!
(
"Hello, world!"
);
}