Merge pull request #462 from mstfldmr/master

Team registration
This commit is contained in:
Senthil Arivudainambi
2014-11-28 10:18:38 -08:00
2 changed files with 36 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# Team UbubatFiyatlari
## About Us
- Mustafa
- Behzat
- Firat
## Languages we love
- C
- C++
- PHP
+24
View File
@@ -0,0 +1,24 @@
{
"teamName": "Team Koders",
"members": [
{
"name": "Mustafa Aldemir",
"twitter": "mstfldmr",
"koding": "mstfldmr",
"location": "Istanbul, TR",
"lead": true
},
{
"name": "Behzat Erte",
"twitter": "behzaterte",
"koding": "berte",
"location": "Istanbul, TR"
},
{
"name": "Firat Sagun",
"twitter": "firatsagun",
"koding": "firatsagun",
"location": "Istanbul, TR"
}
]
}