forked from solstice/solstice
5 lines
53 B
Plaintext
5 lines
53 B
Plaintext
def add(int a, int b) {
|
|
return a + b
|
|
}
|
|
add(1, 2)
|