1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2024-07-18 02:20:12 +02:00
programming-challenges/challenges/offset-arrays/test/4/input.txt

6 lines
114 B
Plaintext
Raw Normal View History

2021-06-29 19:26:47 +02:00
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]]