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