diff --git a/semester3/spca/spca-summary.pdf b/semester3/spca/spca-summary.pdf index 9db192f..3afd030 100644 Binary files a/semester3/spca/spca-summary.pdf and b/semester3/spca/spca-summary.pdf differ diff --git a/semester3/spca/spca-summary.tex b/semester3/spca/spca-summary.tex index f2d92de..013539d 100644 --- a/semester3/spca/spca-summary.tex +++ b/semester3/spca/spca-summary.tex @@ -27,11 +27,19 @@ \vspace{2cm} -\begin{Huge} - \begin{center} - TITLE PAGE COMING SOON - \end{center} -\end{Huge} +\begin{center} + \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} \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}