25 lines
476 B
JSON
25 lines
476 B
JSON
{
|
|
"teamName": "CodeBreakers",
|
|
"members": [
|
|
{
|
|
"name": "Nestor Mata",
|
|
"twitter": "nestormata",
|
|
"koding": "nestormata",
|
|
"location": "Panama, PA",
|
|
"lead": true
|
|
},
|
|
{
|
|
"name": "Alvis Wong",
|
|
"twitter": "pwmvx1289",
|
|
"koding": "pwmvx1289",
|
|
"location": "Hong Kong, HK"
|
|
},
|
|
{
|
|
"name": "Dmitry Romanenko",
|
|
"twitter": "dimon222",
|
|
"koding": "dimon222",
|
|
"location": "Toronto, CA"
|
|
}
|
|
]
|
|
}
|