From d061ce0dc98198481097269961e736093443434a Mon Sep 17 00:00:00 2001 From: Senhsucht <61684793+hexWars@users.noreply.github.com> Date: Sat, 11 Mar 2023 20:52:17 +0800 Subject: [PATCH] update cargo.md --- src/first-try/cargo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/first-try/cargo.md b/src/first-try/cargo.md index 98af76b8..b035b49e 100644 --- a/src/first-try/cargo.md +++ b/src/first-try/cargo.md @@ -103,7 +103,7 @@ Hello, world! 试着运行一下我们高性能的 `release` 程序: ```console -$ ./target/release/world_hello +$ ./target/debug/world_hello Hello, world! ```