Skip to content

Instantly share code, notes, and snippets.

@moewew
Created July 16, 2020 07:15
Show Gist options
  • Save moewew/93d9ebd9ff930bd1e1330b983e0e7451 to your computer and use it in GitHub Desktop.
Save moewew/93d9ebd9ff930bd1e1330b983e0e7451 to your computer and use it in GitHub Desktop.
\documentclass{letter}
\usepackage{verbatim}
\usepackage{lipsum}
\begin{document}
\lipsum[1]
\begin{verbatim}
top = 0
bottom = last
while top < bottom
middle = (top + bottom) / 2
end while
\end{verbatim}
\lipsum[2]
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment