Skip to content

Commit

Permalink
test git push
Browse files Browse the repository at this point in the history
  • Loading branch information
leekeifon committed Jan 12, 2025
1 parent 06a5897 commit e0ee394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/variables/variables1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@


fn main() {
let x = 5;
let x: i32 = 5;
println!("x has the value {}", x);
}

0 comments on commit e0ee394

Please sign in to comment.