22 lines
432 B
JSON
22 lines
432 B
JSON
{
|
|
"teamName": "Gothic Elephant",
|
|
"members": [
|
|
{
|
|
"name": "Nickolay Kopylov",
|
|
"twitter": "t15ts",
|
|
"koding": "nkopylov",
|
|
"location": "Moscow, RU",
|
|
"lead": true
|
|
},
|
|
{
|
|
"name": "Olimzhon Iuldashov",
|
|
"koding": "oiuldashov",
|
|
"location": "Mytishchi, RU",
|
|
},
|
|
{
|
|
"name": "Danila Alpatov",
|
|
"koding": "alpatovdanila",
|
|
"location": "Mytishchi, RU"
|
|
}
|
|
]
|
|
} |