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