Update Code_Conventions.mdx

This commit is contained in:
nchn27 2020-07-19 00:51:55 -04:00 committed by GitHub
parent 78d744c94b
commit 20b1bb9895
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,6 +75,7 @@ else
## Template
The template is assumed to be in every code file. The word "template" usually refers to a C++ template as C++ templates can generally take advantange of more powerful features and be more customized by each competitor. Don't be afraid to write your own template! (Though the USACO Guide will assume the use of the following template)
<LanguageSection>
<CPPSection>