summaryrefslogtreecommitdiff
path: root/src/2023
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-03-17 21:21:57 -0700
committerFuwn <[email protected]>2023-03-17 21:21:57 -0700
commit1a7fb0dcaa48ddee474e1a10d332218cb67ab642 (patch)
tree5f9350bccb2fa0e59633d7acdb8b64f311d5b256 /src/2023
parentfeat: complete book (diff)
downloadwri_350_documentation_log_assignment-1a7fb0dcaa48ddee474e1a10d332218cb67ab642.tar.xz
wri_350_documentation_log_assignment-1a7fb0dcaa48ddee474e1a10d332218cb67ab642.zip
feat(preamble): additional styling
Diffstat (limited to 'src/2023')
-rw-r--r--src/2023/March/12.tex2
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. */