3 lines
50 B
Plaintext
3 lines
50 B
Plaintext
|
|
add = Func(a: Int, b: Int): Int {
|
||
|
|
return a + b;
|
||
|
|
}
|