4 lines
67 B
Text
4 lines
67 B
Text
|
|
program: sort_integer_array
|
||
|
|
input: [2,4,3,1]
|
||
|
|
output: [1,2,3,4]
|