4 lines
83 B
Rust
4 lines
83 B
Rust
fn main() {
|
|
println!("{}", x); //~ ERROR cannot find value `x` in this scope
|
|
}
|