diff --git a/Teams/TeamAlphaOne/ABOUT.md b/Teams/TeamAlphaOne/ABOUT.md new file mode 100644 index 0000000..81a86a2 --- /dev/null +++ b/Teams/TeamAlphaOne/ABOUT.md @@ -0,0 +1,13 @@ +# About me + +I am Abhishek, & I'm participating individually in this Hackathon. I'm a Computer Science student in New Delhi, India. + + +# My Experiences + +I'm not so accustomed to hackathons. In fact, this is my first hackathon that I'm participating in. However, I love to solve computational problems, based mainly on algorithms. + + +# Languages + +C/C++, Python, HTML diff --git a/Teams/TeamAlphaOne/team.json b/Teams/TeamAlphaOne/team.json new file mode 100644 index 0000000..d270511 --- /dev/null +++ b/Teams/TeamAlphaOne/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "Team Alpha One", + "members": [ + { + "name": "Abhishek Chakraborty", + "twitter": "abhichak93", + "koding": "abhichak95", + "location": "Varanasi, IN" + } + ] +}