4 lines
96 B
Text
4 lines
96 B
Text
// only using add, no need to flatten
|
|
def main(field a, field b) -> field {
|
|
return a + b:
|
|
}
|