mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
13 lines
99 B
Plaintext
13 lines
99 B
Plaintext
|
if (true) {
|
||
|
a = [ "wee" ]
|
||
|
|
||
|
b = [
|
||
|
"x",
|
||
|
"y",
|
||
|
"z",
|
||
|
]
|
||
|
c = [ "x" ]
|
||
|
|
||
|
d = [ "x" ]
|
||
|
}
|