From beeabf83b7a1d55cdb2abdb30749b05e1679a78f Mon Sep 17 00:00:00 2001 From: zahiruldu Date: Wed, 3 Dec 2014 08:59:29 +0600 Subject: [PATCH] team file added --- Teams/HelloSofts/team.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Teams/HelloSofts/team.json diff --git a/Teams/HelloSofts/team.json b/Teams/HelloSofts/team.json new file mode 100644 index 0000000..d7855c4 --- /dev/null +++ b/Teams/HelloSofts/team.json @@ -0,0 +1,12 @@ +{ + "teamName": "HelloSofts", + "members": [ + { + "name": "Md. Zahirul Haque", + "twitter": "zahiruldu", + "koding": "zahirul", + "location": "Dhaka, BD", + "lead": true + } + ] +}