6 lines
115 B
Text
6 lines
115 B
Text
datatable(Input:string)[
|
|
'2 2',
|
|
'3 2'
|
|
]
|
|
| parse Input with A:int ' ' B:int
|
|
| project Input, Output = A + B
|