aboutsummaryrefslogtreecommitdiffstats
path: root/hexencodetest.txt
blob: aafe29974be9bc0a2f161a877f1b6b875cdf531b (plain) (blame)
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
[
  [
    [ 1, 2, 3, 4, 5 ], 
    "112345"
  ], 
  [
    [ 0, 1, 2, 3, 4, 5 ], 
    "00012345"
  ], 
  [
    [ 6, 4, 6, 15, 6, 7, 6, 5, 16 ], 
    "20646f6765"
  ], 
  [
    [ 7, 6, 5, 16 ], 
    "3765"
  ], 
  [
    [ 16 ], 
    "20"
  ], 
  [
    [ 0, 16 ], 
    "30"
  ]
]