7 lines
56 B
Plaintext
7 lines
56 B
Plaintext
|
|
static box Math {
|
||
|
|
add(a, b) {
|
||
|
|
return a + b
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|