From ebabd3035b43b8b9d3d2cc2e6230f82945d40fd9 Mon Sep 17 00:00:00 2001 From: Tito Lim Date: Tue, 2 Dec 2014 23:09:55 -0500 Subject: [PATCH] Added team information --- Teams/Team-Logicode.ca/team.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Teams/Team-Logicode.ca/team.json diff --git a/Teams/Team-Logicode.ca/team.json b/Teams/Team-Logicode.ca/team.json new file mode 100644 index 0000000..2da93ef --- /dev/null +++ b/Teams/Team-Logicode.ca/team.json @@ -0,0 +1,17 @@ +{ + "teamName": "Team Logicode.ca", + "members": [ + { + "name": "Tito Lim", + "twitter": "titolim", + "koding": "titolim", + "location": "Montreal, CA" + }, + { + "name": "Nou", + "twitter": "nou", + "koding": "nou", + "location": "Montreal, CA" + } + ] +}