-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample-output
34 lines (34 loc) · 2.39 KB
/
sample-output
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
Key ordering: green 130321, black 19, black 19, black 19, black 19, blue 169, green 169, black 13, black 13
Assume all other hexes are RED.
$VAR1 = {
'4,4' => {
'2,4' => {
'3,5' => {
'4,5' => {
'5,4' => {
'0,7' => {
'1,6' => {
'1,3' => {
'6,3' => 1,
'7,3' => 1
}
},
'7,3' => {
'1,6' => {
'6,3' => 1
}
}
},
'1,6' => {
'7,3' => {
'0,7' => {
'6,3' => 1
}
}
}
}
}
}
}
}
};