diff --git a/Teams/helloworld/ABOUT.md b/Teams/helloworld/ABOUT.md new file mode 100644 index 0000000..2c98d8f --- /dev/null +++ b/Teams/helloworld/ABOUT.md @@ -0,0 +1,7 @@ +#Hello + +##The Team + +##Skillz + +##Project diff --git a/Teams/helloworld/team.json b/Teams/helloworld/team.json new file mode 100644 index 0000000..fa25c82 --- /dev/null +++ b/Teams/helloworld/team.json @@ -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" + } + ] +}