20%
0%
RUST-OS v1.0.1
🦀
$
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
fn
main
() {
---
(
"Earth, I am here!"
);
}
print
println!
echo
write
$
cargo new engine_start
$
cd engine_start
cargo run
Compiling engine_start v0.1.0
Finished dev [unoptimized + debuginfo] target(s) in 0.42s
Running `target/debug/engine_start`
🏆🦀🚀