From 555938cfd6a803d6a2dd044778621f8f28569764 Mon Sep 17 00:00:00 2001 From: Will Crichton Date: Sun, 22 Sep 2024 16:08:34 -0400 Subject: [PATCH] 02-stage-a --- foobar/src/starter.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/foobar/src/starter.rs b/foobar/src/starter.rs index dce3a43..1db2444 100644 --- a/foobar/src/starter.rs +++ b/foobar/src/starter.rs @@ -1,3 +1,4 @@ pub fn starter() { println!("01-stage-a"); + println!("02-stage-a"); }