this repo has no description
at develop 191 B view raw
1/*** 2!Test 3expected: !Result 4 status: SATISFIED 5 solution: !Solution 6 xs: [2, 3] 7***/ 8 9array[int] of int: x = [1,2,3,4]; 10 11int: i = 2; 12array[int] of int: xs :: add_to_output = x[i..i+1];