7 lines
57 B
Plaintext
7 lines
57 B
Plaintext
|
// mod std;
|
||
|
|
||
|
fn main() {
|
||
|
let a = 5;
|
||
|
let b = a;
|
||
|
}
|