From cf752f6ba532ef3d676301164b0b8a32c16d9aca Mon Sep 17 00:00:00 2001 From: Antti H S Laaksonen Date: Fri, 10 Mar 2017 14:25:48 +0200 Subject: [PATCH] Template -> code template [closes #16] --- chapter01.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter01.tex b/chapter01.tex index 12e7f01..f921e08 100644 --- a/chapter01.tex +++ b/chapter01.tex @@ -83,9 +83,9 @@ which can be used in most contests nowadays. If you cannot program in C++ yet, now is a good time to start learning. -\subsubsection{C++ template} +\subsubsection{C++ code template} -A typical C++ template for competitive programming +A typical C++ code template for competitive programming looks like this: \begin{lstlisting}