mirror of
https://github.com/RustyCab/LearnRustEasy.git
synced 2026-02-10 22:06:07 +08:00
fix Rust rust code
This commit is contained in:
@@ -165,7 +165,7 @@ cargo new hello_world
|
||||
|
||||
默认情况下,main.rs文件中已经包含了一个简单的`Hello, World`程序,代码如下:
|
||||
|
||||
```Rust
|
||||
```rust
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user