Skip to content

Commit e5be6e2

Browse files
variables & data types
1 parent 1235a11 commit e5be6e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/01_variables.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ fn main() {
5050

5151
// PART5 : Constants
5252

53-
const EULER_NUM: f32 = 2.71828;
54-
println!("Max euler_num= {}", EULER_NUM );
53+
const EULER_NUMBER: f32 = 2.71828;
54+
println!("Max euler_num= {}", EULER_NUMBER );
5555

5656

5757

0 commit comments

Comments
 (0)