Allows us

This commit is contained in:
Antti H S Laaksonen 2017-01-30 22:39:29 +02:00
parent af2c942fe5
commit 7a2ac1fbe2
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ int main() {
The \texttt{\#include} line at the beginning
of the code is a feature in the \texttt{g++} compiler
that allows to include the whole standard library.
that allows us to include the whole standard library.
Thus, it is not needed to separately include
libraries such as \texttt{iostream},
\texttt{vector} and \texttt{algorithm},