28 lines
460 B
TeX
Executable File
28 lines
460 B
TeX
Executable File
% use [nosolutions] flag to hide solutions.
|
|
% use [solutions] flag to show solutions.
|
|
\documentclass[
|
|
solutions,
|
|
singlenumbering
|
|
]{../../resources/ormc_handout}
|
|
|
|
\usepackage{amsmath}
|
|
\usepackage{amssymb}
|
|
\usepackage{multicol}
|
|
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
<Advanced 1A>
|
|
<Spring 2022>
|
|
{Intro to Cryptography}
|
|
{Prepared by Mark on \today{}}
|
|
|
|
\input{parts/part 1}
|
|
\input{parts/part 2}
|
|
\input{parts/part 3}
|
|
|
|
\input{parts/challenge}
|
|
|
|
\end{document}
|