5 lines
43 B
Plaintext
5 lines
43 B
Plaintext
fn main() {
|
|
let x = 3;
|
|
print(x);
|
|
}
|
fn main() {
|
|
let x = 3;
|
|
print(x);
|
|
}
|