mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-07 19:29:18 +00:00
Exercise 8
This commit is contained in:
parent
71d59810b1
commit
3f1246caed
@ -3,9 +3,9 @@
|
|||||||
// Execute `rustlings hint variables6` or use the `hint` watch subcommand for a
|
// Execute `rustlings hint variables6` or use the `hint` watch subcommand for a
|
||||||
// hint.
|
// hint.
|
||||||
|
|
||||||
// I AM NOT DONE
|
|
||||||
|
|
||||||
const NUMBER = 3;
|
|
||||||
|
const NUMBER : i32 = 3;
|
||||||
fn main() {
|
fn main() {
|
||||||
println!("Number {}", NUMBER);
|
println!("Number {}", NUMBER);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user