mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-06 18:13:29 +02:00
Add solutions to intro and variables
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
// TODO: Change the line below to fix the compiler error.
|
||||
const NUMBER = 3;
|
||||
|
||||
fn main() {
|
||||
println!("Number {}", NUMBER);
|
||||
println!("Number: {NUMBER}");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user