Mazdak Farrokhzad edited Appendix.tex  over 10 years ago

Commit id: fc484b1caa46fc0815dbb557b2b99afceb12c274

deletions | additions      

       

\usepackage{color}  \usepackage{listings}  \lstset{ %  language=Java, language=C++,  % choose the language of the code basicstyle=\footnotesize, % the size of the fonts that are used for the code  numbers=left, % where to put the line-numbers  numberstyle=\footnotesize, % the size of the fonts that are used for the line-numbers 

}  \begin{lstlisting}  !!  import java.util.Random;  public final class MaxSum { 

return maxSum;  }  }  !!  \end{lstlisting}