From 66635ca1e45ed22feacf2f3029d1e84bd2d92093 Mon Sep 17 00:00:00 2001 From: Visitha Baddegama Date: Wed, 3 Dec 2014 10:26:00 +0530 Subject: [PATCH] Added team information --- Teams/XCoders/team.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Teams/XCoders/team.json diff --git a/Teams/XCoders/team.json b/Teams/XCoders/team.json new file mode 100644 index 0000000..64da4b0 --- /dev/null +++ b/Teams/XCoders/team.json @@ -0,0 +1,17 @@ +{ + "teamName": "XCoders", + "members": [ + { + "name": "Visitha Baddegama", + "twitter": "VisithaBG ", + "koding": "visitha", + "location": "Colombo, LK" + }, + { + "name": "Buddhiprabha Erabadda", + "twitter": "Buddhiprabha", + "koding": "buddhiprabha", + "location": "Colombo, LK" + } + ] +}