This commit is contained in:
Nathan Wang 2020-07-14 16:36:47 -07:00
parent 17886bffe2
commit 173e0662ae

View file

@ -5,7 +5,7 @@ author: Benjamin Qi, Nathan Chen, Aaron Chew, Nathan Wang
description: "Tips & tricks that will help you code better and faster: I/O speed, Debugging, & Macros."
---
import InputOutput from "../../additionalcontent/Input_Output.mdx";
import InputOutput from "../../additionalContent/Input_Output.mdx";
import DebuggingCpp from "../../additionalContent/Debugging_Cpp.mdx";
import ShortenCpp from "../../additionalContent/Shorten_Cpp.mdx";