6 lines
57 B
Plaintext
6 lines
57 B
Plaintext
value i32 :: 2
|
|
|
|
sum func(a, b i32) i32 {
|
|
return a + b
|
|
}
|