diff options
Diffstat (limited to 'src/2023')
| -rw-r--r-- | src/2023/March/12.tex | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/2023/March/12.tex b/src/2023/March/12.tex index b9e97d1..fedcd63 100644 --- a/src/2023/March/12.tex +++ b/src/2023/March/12.tex @@ -85,8 +85,6 @@ finally storing the result in one of the values. Reimplemented in C, that would look something like this: -\pagebreak - \begin{lstlisting}[language=c] int multiply(int first, int second) { /* Initialize the result to 0. */ |