mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-03-14 10:50:05 +01:00
[SPCA] Add title page
This commit is contained in:
Binary file not shown.
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user