From 20b1bb9895b7a3c9e2657fa1fbfd3beb247d56e8 Mon Sep 17 00:00:00 2001 From: nchn27 <46332369+nchn27@users.noreply.github.com> Date: Sun, 19 Jul 2020 00:51:55 -0400 Subject: [PATCH] Update Code_Conventions.mdx --- content/1_Intro/Code_Conventions.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/content/1_Intro/Code_Conventions.mdx b/content/1_Intro/Code_Conventions.mdx index 58f683e..b73d90b 100644 --- a/content/1_Intro/Code_Conventions.mdx +++ b/content/1_Intro/Code_Conventions.mdx @@ -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) +