Fernando Freitas Alves edited untitled.tex  about 8 years ago

Commit id: d2b17d7d9b89ac3b014b7998abdb18d47539b29c

deletions | additions      

       

\begin{lstlisting}  #include   #define N 10  /* Block  * comment */  int main()  {  int i;  // Line comment.  puts("Hello world!");    for (i = 0; i < N; i++)  {  puts("LaTeX is also great for programmers!");  }  return 0;  }  \end{lstlisting}  \lstinputlisting[caption=Scheduler, style=customc]{hello.c}  \begin{lstlisting}[language=C++]  /* LAB 2 Part A */  /* This program displays the number of times each of the Timer A interrupts have occured on the computer monitor */