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:
6
challenges/offset-arrays/test/4/input.txt
Normal file
6
challenges/offset-arrays/test/4/input.txt
Normal file
@ -0,0 +1,6 @@
|
||||
4
|
||||
FIRST[1..5] = 1 2 3 4 5
|
||||
SECOND[1..3] = -69 2 6
|
||||
THIRD[1..4] = 1000 20 2 1
|
||||
FOURTH[1..2] = 85 -123
|
||||
SECOND[THIRD[4]]
|
1
challenges/offset-arrays/test/4/output.txt
Normal file
1
challenges/offset-arrays/test/4/output.txt
Normal file
@ -0,0 +1 @@
|
||||
-69
|
Reference in New Issue
Block a user