From b1a3c6ab3bcadbb7c33a7f4ec969e302fa0036fc Mon Sep 17 00:00:00 2001 From: Yishu Dai Date: Wed, 26 Nov 2014 10:40:34 -0600 Subject: [PATCH] Added team information --- Teams/TeamCookie/team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/TeamCookie/team.json diff --git a/Teams/TeamCookie/team.json b/Teams/TeamCookie/team.json new file mode 100644 index 0000000..e8178ee --- /dev/null +++ b/Teams/TeamCookie/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "Team Cookie", + "members": [ + { + "name": "Yishu Dai", + "twitter": "twitter acct no @", + "koding": "yishudai", + "location": "Northfield, US" + } + ] +}