\documentclass{article}

\usepackage{agda}

\pagestyle{empty}

\begin{document}

\noindent Beginning of line.
\begin{code}
  postulate A : Set
\end{code}

\end{document}