From fea67ecd81860617ea23552ccfb1c78b1e8676aa Mon Sep 17 00:00:00 2001 From: haozhuoD <2567769508@qq.com> Date: Thu, 8 Jul 2021 17:08:52 +0000 Subject: [PATCH] commit to mytest --- exercises/variables/variables2.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/variables/variables2.rs b/exercises/variables/variables2.rs index 7774a8fb..616b3f67 100644 --- a/exercises/variables/variables2.rs +++ b/exercises/variables/variables2.rs @@ -1,10 +1,10 @@ // variables2.rs // Make me compile! Execute the command `rustlings hint variables2` if you want a hint :) -// I AM NOT DONE + fn main() { - let x; + let x = 10; if x == 10 { println!("Ten!"); } else {