Merge pull request #534 from rohanpandit/master

helloworld
This commit is contained in:
Senthil Arivudainambi
2014-11-29 15:21:04 -08:00
2 changed files with 28 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#Hello
##The Team
##Skillz
##Project
+21
View File
@@ -0,0 +1,21 @@
{
"teamName": "helloworld",
"members": [
{
"name": "Rohan Pandit",
"koding": "rohanp",
"location": "Herndon, US"
},
{
"name": "Sashank Thupukari",
"koding": "sthupukari",
"location": "Herndon, US",
"lead": true
},
{
"name": "Rachel Li",
"koding": "mustuni1",
"location": "Herndon, US"
}
]
}