mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-10 12:49:18 +00:00
test
This commit is contained in:
parent
c2ae843e4b
commit
30b4480ca3
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
*.swp
|
||||
exercises/
|
||||
exercises/**/!*.rs
|
||||
target/
|
||||
**/*.rs.bk
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@ -1,9 +1,11 @@
|
||||
// variables6.rs
|
||||
// Make me compile! Execute the command `rustlings hint variables6` if you want a hint :)
|
||||
|
||||
// I AM NOT DONE
|
||||
/*
|
||||
I AM NOT DONE
|
||||
*/
|
||||
const NUMBER=1;
|
||||
|
||||
const NUMBER = 3;
|
||||
fn main() {
|
||||
println!("Number {}", NUMBER);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user