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