initialize

This commit is contained in:
Martin Kennedy 2025-02-11 19:12:53 -05:00
commit 9883589ebe
2 changed files with 12 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
*.log
*.aux
*.prv
*.pdf

8
Lab1.tex Normal file
View File

@ -0,0 +1,8 @@
\documentclass{article}
\usepackage{graphicx}
\title{Lab 1}
\author{Martin Kennedy}
\begin{document}
one two three four
\end{document}