From b3d65eb80f58abedb9c5ff8e8f637b34d22ad773 Mon Sep 17 00:00:00 2001 From: Catheriany <44122226+Catheriany@users.noreply.github.com> Date: Mon, 21 Jul 2025 14:58:54 +0800 Subject: [PATCH] Update intro1.rs --- exercises/00_intro/intro1.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/exercises/00_intro/intro1.rs b/exercises/00_intro/intro1.rs index 172a6ab1..3409c8dd 100644 --- a/exercises/00_intro/intro1.rs +++ b/exercises/00_intro/intro1.rs @@ -21,4 +21,5 @@ fn main() { println!("The file of this exercise is `exercises/00_intro/intro1.rs`. Have a look!"); println!("The current exercise path will be always shown under the progress bar."); println!("You can click on the path to open the exercise file in your editor."); + println!("Hello."); }