mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2025-12-11 00:21:24 +01:00
feat(challenges): add consecutive-numbers
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
7
|
||||
1
|
||||
2
|
||||
5
|
||||
3
|
||||
4
|
||||
@@ -0,0 +1,2 @@
|
||||
1 ; 2
|
||||
3 ; 4
|
||||
@@ -0,0 +1,4 @@
|
||||
1
|
||||
4
|
||||
3
|
||||
5
|
||||
@@ -0,0 +1,4 @@
|
||||
1
|
||||
4
|
||||
5
|
||||
3
|
||||
@@ -0,0 +1 @@
|
||||
4 ; 5
|
||||
@@ -0,0 +1,8 @@
|
||||
5
|
||||
1
|
||||
2
|
||||
3
|
||||
8
|
||||
-5
|
||||
-4
|
||||
7
|
||||
@@ -0,0 +1,3 @@
|
||||
1 ; 2
|
||||
2 ; 3
|
||||
-5 ; -4
|
||||
Reference in New Issue
Block a user