From c7af349ac44fb948f670d163cb8a501d0a4697f9 Mon Sep 17 00:00:00 2001 From: avb1003 Date: Thu, 27 Nov 2014 00:16:55 +0300 Subject: [PATCH] Added team information --- Teams/Gamma/team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/Gamma/team.json diff --git a/Teams/Gamma/team.json b/Teams/Gamma/team.json new file mode 100644 index 0000000..58d7679 --- /dev/null +++ b/Teams/Gamma/team.json @@ -0,0 +1,11 @@ +{ +"teamName": "Gamma", +"members": [ +{ +"name": "Alexander Barsukov", +"twitter": "", +"koding": "avb1003", +"location": "Moscow, RU" +} +] +}