编辑代码
Rust代码
1.27.1
运行
fn
main
() {
println!
(
"Hello JSRUN - from rust"
);
println!
(
"This is my first Rust project"
); }