2. 启动项目
初始化项目
cargo new bfjit
cd bfjit
cargo run
空白项目默认为 Hello world
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target/debug/bfjit`
Hello, world!
一切就绪。
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
初始化项目
cargo new bfjit
cd bfjit
cargo run
空白项目默认为 Hello world
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target/debug/bfjit`
Hello, world!
一切就绪。