5 lines
55 B
Plaintext
5 lines
55 B
Plaintext
use math::add
|
|
|
|
fn main()
|
|
println add(1, 2) // 3
|
|
end |