\documentclass[12 pt]{report}
\usepackage{url}
%\usepackage{moreverb}
%\usepackage{latexsym}
%\usepackage{graphicx}
\usepackage{amsmath}
%\usepackage{amsthm}
%\usepackage{amssymb}
\usepackage{epsfig}
\usepackage{color}
\usepackage{latexsym}

\setlength{\textheight}{9.0in}
%% \setlength{\columnsep}{0.25in}
\setlength{\textwidth}{6.45in}
%% \setlength{\footskip}{0.0in}
\setlength{\topmargin}{0.0in}
%% \setlength{\headheight}{0.0in}
%% \setlength{\headsep}{0.0in}
\setlength{\oddsidemargin}{0in}
\setlength{\parindent}{0mm}
\setlength{\parskip}{\baselineskip}
\raggedright


\begin{document}
\thispagestyle{empty}

%% A question
\newenvironment{question}
{
\small
%\tt
\list{}{\itemindent -1cm
  \parsep 4mm
  \advance\leftmargin 0cm
  \advance\rightmargin 0cm} \item\relax
}
{\endlist
}

%% A multi-part question continues after some amount of answer to
%% previous parts
\newenvironment{questionff}
{
\small
%\tt
\list{}{\itemindent 0cm
  \parsep 4mm
  \advance\leftmargin 0cm
  \advance\rightmargin 0cm} \item\relax
}
{\endlist
}

%% The solution to a question
\newenvironment{answer}
{
\normalsize
}
{}

\newenvironment{proof}{\textbf{Proof:}}{\hfill $\Box$}
\newenvironment{proof-noend}{\textbf{Proof:}}{}

\newcommand{\ponder}[1]{\framebox{\parbox{\textwidth}{#1}}}
\newcommand{\think}[0]{\vskip 5 mm \centerline{\framebox{Not done.}}}
\newcommand{\stuck}[0]{\vskip 5 mm \centerline{\framebox{\framebox{Stuck here.}}}}
\newcommand{\exercise}[3]{{\next\LARGE #1.} #2 (#3 Pts.)\par}
\newcommand{\next}[0]{\vskip 1.1 cm \hrule\vskip 1 mm}

\newtheorem{theorem}{Theorem}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{corollary}[theorem]{Corollary}

%% For notes to the right of equations in long eqnarray* derivations
\newcommand{\rem}[1]{\qquad\mbox{(#1)}}



\flushright
Jeff Abrahamson\\
Course Name \\
Homework \#\\
Due Date

\flushleft



\begin{question}
  \exercise{1}{}{}
  
\end{question}

\begin{answer}

\end{answer}





\end{document}
