Skip to content

Commit

Permalink
Update starter.rs with helpful note to declare constant outside main
Browse files Browse the repository at this point in the history
  • Loading branch information
wanderingeek authored and dcodesdev committed Nov 28, 2024
1 parent ceef8e9 commit 9e57b7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions challenges/constants/src/starter.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Define a constant MAX_SIZE with a value of 100.
// NOTE: Define the constant outside the main function
// Your code here

pub fn main() -> i32 {
Expand Down

0 comments on commit 9e57b7a

Please sign in to comment.