xref
: /
wasmtime-44.0.1
/
crates
/
test-programs
/
src
/
bin
/
p2_cli_hello_stdout.rs
(revision bbd12e92)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
fn
main
() {
2
println
!(
"hello, world"
);
3
eprintln
!(
"hello, world"
);
4
}
5