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:
5
challenges/offset-arrays/test/1/input.txt
Normal file
5
challenges/offset-arrays/test/1/input.txt
Normal file
@ -0,0 +1,5 @@
|
||||
3
|
||||
A[-1..1] = 1 2 3
|
||||
B[3..7] = 3 4 5 6 7
|
||||
C[-2..1] = 1 2 3 4
|
||||
A[0]
|
1
challenges/offset-arrays/test/1/output.txt
Normal file
1
challenges/offset-arrays/test/1/output.txt
Normal file
@ -0,0 +1 @@
|
||||
2
|
Reference in New Issue
Block a user