From 6a941e8f789eaf63b20786568216ccbc4fc0314b Mon Sep 17 00:00:00 2001 From: "Junrui@Intel_SH" Date: Thu, 23 Dec 2021 16:40:39 +0800 Subject: [PATCH] Update main.rs --- hello_cargo/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello_cargo/src/main.rs b/hello_cargo/src/main.rs index e7a11a9..b9be574 100644 --- a/hello_cargo/src/main.rs +++ b/hello_cargo/src/main.rs @@ -1,3 +1,3 @@ fn main() { - println!("Hello, world!"); + println!("Hello, world! Hello, Rust!"); }