summaryrefslogtreecommitdiffstats
path: root/src/cover_letter.tex
blob: e260db478d7c448ab8eac89171e39b0d8ab66e65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\input{preamble}

\usepackage{cover_letter}

\input{cover_letter/\jobname}

\begin{document}
\makelettertitle{}
\makeletterintro{}

I have been involved in software for most of my life, both as a hobby, as well as professionally. I
have found software engineering to be an excellent conduit for my love of problem solving,
engineering, and finding elegant solutions to complex problems. I have high standards for quality
solutions that focus on simplicity, efficiency, and correctness. While I have an affinity for the
Rust, I have experience with many other languages such as C, Python, and C\#.

\makeletteroutro{}
\makeletterclosing{}
\end{document}