[SPCA] Add title page

This commit is contained in:
2026-01-24 15:20:02 +01:00
parent 8514adadc6
commit 9ab8a012d4
2 changed files with 13 additions and 13 deletions

Binary file not shown.

View File

@@ -27,11 +27,19 @@
\vspace{2cm}
\begin{Huge}
\begin{center}
TITLE PAGE COMING SOON
\begin{Large}
Rust and the like have an \texttt{unsafe} block... \lC's equivalent to this is
\end{Large}
\begin{code}{c}
int main( int argc, char *argv[] ) {
// Unsafe code goes here
}
\end{code}
\begin{Large}
i.e. \bi{YOU are the one that makes \lC\ code safe!}
\end{Large}
\end{center}
\end{Huge}
\vspace{4cm}
@@ -178,13 +186,5 @@ If there are changes and you'd like to update this summary, please open a pull r
\input{parts/03_hw/07_dev.tex}
\newpage
Remember: Rust and the like have an \texttt{unsafe} block... \lC's equivalent to this is
\begin{code}{c}
int main( int argc, char *argv[] ) {
// Unsafe code goes here
}
\end{code}
i.e. \bi{YOU are the one that makes \lC\ code safe!}
\end{document}