17 lines
300 B
JSON
17 lines
300 B
JSON
{
|
|
"teamName": "Zuffathon",
|
|
"members": [
|
|
{
|
|
"name": "Nauman Qazi",
|
|
"koding": "nami",
|
|
"location": "Islamabad, PK",
|
|
"lead": true
|
|
},
|
|
{
|
|
"name": "Alex S.",
|
|
"koding": "meowcoder",
|
|
"location": "Novosibirsk, RU"
|
|
}
|
|
]
|
|
}
|