Sample LaTeX file without bibliography

Below is a bare-bones example of a LaTeX document in article style.
\documentclass{article}
\title{Cartesian closed categories and the price of eggs}
\author{Jane Doe}
\date{September 2018}
\begin{document}
   \maketitle
   Hello world!
\end{document}