mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 14:26: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" ]
|
|
}
|