diff options
| author | Fuwn <[email protected]> | 2023-03-17 21:21:57 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-03-17 21:21:57 -0700 |
| commit | 1a7fb0dcaa48ddee474e1a10d332218cb67ab642 (patch) | |
| tree | 5f9350bccb2fa0e59633d7acdb8b64f311d5b256 /src/2023 | |
| parent | feat: complete book (diff) | |
| download | wri_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.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. */ |