aboutsummaryrefslogtreecommitdiff
path: root/challenge-127/iangoodnight/test_cases/ch2/case1.json
blob: 8c085e7dc734c3376cc10a3c06e93b0aa734470f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "input": [
    [
      1,
      4
    ],
    [
      3,
      5
    ],
    [
      6,
      8
    ],
    [
      12,
      13
    ],
    [
      3,
      20
    ]
  ],
  "output": [
    [
      3,
      5
    ],
    [
      3,
      20
    ]
  ]
}