mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2025-05-18 12:02:53 +02:00
feat: rewrite programming-challenges CLI (#3)
This commit is contained in:
8
challenges/find-outlier-number/test/1/input.txt
Normal file
8
challenges/find-outlier-number/test/1/input.txt
Normal file
@ -0,0 +1,8 @@
|
||||
2
|
||||
4
|
||||
0
|
||||
100
|
||||
4
|
||||
11
|
||||
2602
|
||||
36
|
1
challenges/find-outlier-number/test/1/output.txt
Normal file
1
challenges/find-outlier-number/test/1/output.txt
Normal file
@ -0,0 +1 @@
|
||||
11
|
7
challenges/find-outlier-number/test/2/input.txt
Normal file
7
challenges/find-outlier-number/test/2/input.txt
Normal file
@ -0,0 +1,7 @@
|
||||
160
|
||||
3
|
||||
1719
|
||||
19
|
||||
11
|
||||
13
|
||||
-21
|
1
challenges/find-outlier-number/test/2/output.txt
Normal file
1
challenges/find-outlier-number/test/2/output.txt
Normal file
@ -0,0 +1 @@
|
||||
160
|
3
challenges/find-outlier-number/test/3/input.txt
Normal file
3
challenges/find-outlier-number/test/3/input.txt
Normal file
@ -0,0 +1,3 @@
|
||||
0
|
||||
1
|
||||
2
|
1
challenges/find-outlier-number/test/3/output.txt
Normal file
1
challenges/find-outlier-number/test/3/output.txt
Normal file
@ -0,0 +1 @@
|
||||
1
|
3
challenges/find-outlier-number/test/4/input.txt
Normal file
3
challenges/find-outlier-number/test/4/input.txt
Normal file
@ -0,0 +1,3 @@
|
||||
1
|
||||
2
|
||||
3
|
1
challenges/find-outlier-number/test/4/output.txt
Normal file
1
challenges/find-outlier-number/test/4/output.txt
Normal file
@ -0,0 +1 @@
|
||||
2
|
5
challenges/find-outlier-number/test/5/input.txt
Normal file
5
challenges/find-outlier-number/test/5/input.txt
Normal file
@ -0,0 +1,5 @@
|
||||
2
|
||||
6
|
||||
8
|
||||
10
|
||||
3
|
1
challenges/find-outlier-number/test/5/output.txt
Normal file
1
challenges/find-outlier-number/test/5/output.txt
Normal file
@ -0,0 +1 @@
|
||||
3
|
5
challenges/find-outlier-number/test/6/input.txt
Normal file
5
challenges/find-outlier-number/test/6/input.txt
Normal file
@ -0,0 +1,5 @@
|
||||
1
|
||||
1
|
||||
0
|
||||
1
|
||||
1
|
1
challenges/find-outlier-number/test/6/output.txt
Normal file
1
challenges/find-outlier-number/test/6/output.txt
Normal file
@ -0,0 +1 @@
|
||||
0
|
Reference in New Issue
Block a user