33 lines
507 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}
\usepackage{subfiles}
\begin{document}
\maketitle
<Advanced 1A>
<Spring 2022>
{Intro to Cryptography}
{Prepared by Mark on \today{}}
\vspace{3ex}
\subfile{parts/part 1}
\subfile{parts/part 2}
\subfile{parts/part 3}
\subfile{parts/challenge}
\end{document}