diff --git a/0x1A4/team.json b/0x1A4/team.json new file mode 100644 index 0000000..1dc5107 --- /dev/null +++ b/0x1A4/team.json @@ -0,0 +1,21 @@ +{ + "teamName":"0x1A4", + "members":[ + { + "name": "Sashank Thupukari", + "koding": "sthupukari", + "location": "Herndon, US", + "lead":true + }, + { + "name":"Rohan Pandit", + "koding":"rohanp", + "location": "Herndon, US", + }, + { + "name":"Rachel Li", + "koding": "mustuni1", + "location": "Herndon, US" + } + ] +}