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