% % Computing and Data Science % Belmont High School % Problem Set Template. % Copy and paste this into your favorite Tex editor. % \documentclass{article} \usepackage[margin=1in]{geometry} \pagenumbering{gobble} \begin{document} % Header \noindent \textbf{\Large Introduction} \hfill \textbf{YOUR NAME} \\ % REPLACE WITH YOUR NAME \emph{Computing and Data Science} \hfill \today \hrule \vspace{1cm} % Exercise solutions \begin{enumerate} \item Rubiks Cube update. Have you found one yet? \item Second problem \begin{enumerate} \item First part \item Second part \item Third part \item Fourth part \end{enumerate} \end{enumerate} \end{document}