You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be more specific, each exam should have a code/ dir.
All "fully-fledged" (stand alone, etc.) src files should be included in that directory.
Instead of doing \lstlisting and putting the code itself into the questions, we can cut down the clutter significantly by keeping the programs as separate files, and use \lstinputlisting{code/[file]}.
An added benefit is that github will recognize that our exam covers several different languages.
The text was updated successfully, but these errors were encountered:
To be more specific, each exam should have a
code/
dir.All "fully-fledged" (stand alone, etc.) src files should be included in that directory.
Instead of doing \lstlisting and putting the code itself into the questions, we can cut down the clutter significantly by keeping the programs as separate files, and use \lstinputlisting{code/[file]}.
An added benefit is that github will recognize that our exam covers several different languages.
The text was updated successfully, but these errors were encountered: