Start(variables): intro & variables progress

This commit is contained in:
2026-07-03 13:25:21 +02:00
parent fafdaca47f
commit 2b8273fd55
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
fn main() {
// TODO: Change the line below to fix the compiler error.
let x;
let x: i32 = 65;
if x == 10 {
println!("x is ten!");