Fernando Freitas Alves edited untitled.tex  about 8 years ago

Commit id: 5d372c27d0791ef3e0f2a48db7ce88e5d3c5f85a

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 */