18 lines
336 B
JSON
18 lines
336 B
JSON
{
|
|
"teamName": "devsguys",
|
|
"members": [
|
|
{
|
|
"name": "Matías Elorriaga",
|
|
"twitter": " @matoelorriaga",
|
|
"koding": "matoelorriaga",
|
|
"location": "Tandil, AR"
|
|
},
|
|
{
|
|
"name": "Ezequiel De Simone",
|
|
"twitter": "@3p3ch3",
|
|
"koding": "eadesimone",
|
|
"location": "Tandil, AR"
|
|
}
|
|
]
|
|
}
|