mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2025-05-18 12:02:53 +02:00
feat(challenges): add find-closest-number
This commit is contained in:
12
challenges/find-closest-number/test/3/input.txt
Normal file
12
challenges/find-closest-number/test/3/input.txt
Normal file
@ -0,0 +1,12 @@
|
||||
80
|
||||
10
|
||||
2
|
||||
42
|
||||
82
|
||||
122
|
||||
162
|
||||
202
|
||||
242
|
||||
282
|
||||
322
|
||||
362
|
1
challenges/find-closest-number/test/3/output.txt
Normal file
1
challenges/find-closest-number/test/3/output.txt
Normal file
@ -0,0 +1 @@
|
||||
82
|
Reference in New Issue
Block a user