10 lines
69 B
Plaintext
10 lines
69 B
Plaintext
fn main() {
|
|
const a = 10
|
|
const b = 20
|
|
a + b
|
|
}
|
|
|
|
print(main())
|
|
|
|
|