mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-15 04:32:21 +00:00
4 lines
59 B
Text
4 lines
59 B
Text
|
fun someAdd(a: int, b: int): int {
|
||
|
return a + b + 0;
|
||
|
}
|