**CMSC414 Build-it Report - Group 00** # Overview **Feel free to remove everything in this section** Briefly talk about the design of your project. Learn more about the Markdown syntax [here](https://guides.github.com/features/mastering-markdown/). The basics: **bold**, *italic*, `inline-code`. You use `<>` instead of the symbols to avoid breaking the webpage. Which means you can also write HTML tags to show fancy styles that Markdown does not provide. **However, it is not recommended.** ``` code block You may use < and > directly in a code block. ``` # Security Attack: ... Defense: ... Attack: ... Defense: ...