mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2025-05-18 12:02:53 +02:00
feat(challenges): add consecutive-numbers
This commit is contained in:
8
challenges/consecutive-numbers/test/5/input.txt
Normal file
8
challenges/consecutive-numbers/test/5/input.txt
Normal file
@ -0,0 +1,8 @@
|
||||
5
|
||||
1
|
||||
2
|
||||
3
|
||||
8
|
||||
-5
|
||||
-4
|
||||
7
|
3
challenges/consecutive-numbers/test/5/output.txt
Normal file
3
challenges/consecutive-numbers/test/5/output.txt
Normal file
@ -0,0 +1,3 @@
|
||||
1 ; 2
|
||||
2 ; 3
|
||||
-5 ; -4
|
Reference in New Issue
Block a user