mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2025-05-18 12:02:53 +02:00
feat(challenges): add offset-arrays
This commit is contained in:
3
challenges/offset-arrays/test/2/input.txt
Normal file
3
challenges/offset-arrays/test/2/input.txt
Normal file
@ -0,0 +1,3 @@
|
||||
1
|
||||
ARR[-5..-3] = 11 22 33
|
||||
ARR[-4]
|
1
challenges/offset-arrays/test/2/output.txt
Normal file
1
challenges/offset-arrays/test/2/output.txt
Normal file
@ -0,0 +1 @@
|
||||
22
|
Reference in New Issue
Block a user