aboutsummaryrefslogtreecommitdiff
path: root/challenge-127/iangoodnight/test_cases/ch2/case3.json
blob: 5e90918337c3e18a3b488ed22765618f923c2b9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "input": [
    [
      1.14,
      1.56
    ],
    [
      2.32,
      3
    ],
    [
      1.5,
      1.72
    ]
  ],
  "output": [
    [
      1.5,
      1.72
    ]
  ]
}