Include the packages. The blindtext package is just an easy way to type Lorem ipsum etc.
\usepackage{multicol}
\usepackage{blindtext}
Make a two column section of a page.
\begin{multicols}{2}[\textbf{Example for a two column text}]
\blindtext
\end{multicols}