cws/cw01.tex
changeset 985 c7e944977e39
parent 966 4189cb63e5db
child 986 68b1a84efce6
equal deleted inserted replaced
984:32eead4cd30e 985:c7e944977e39
     9 %TEST
     9 %TEST
    10 
    10 
    11 \begin{document}
    11 \begin{document}
    12 \newcolumntype{C}[1]{>{\centering}m{#1}}
    12 \newcolumntype{C}[1]{>{\centering}m{#1}}
    13 
    13 
    14 \section*{Coursework 1 (Update for 2024: CW is OPTIONAL but recommended)}
    14 \section*{Coursework 1 (Update for 2025: CW is OPTIONAL but recommended)}
    15 
    15 
    16 %You are asked to implement a regular expression matcher and submit a
    16 %You are asked to implement a regular expression matcher and submit a
    17 %document containing the answers for the questions below. You can do
    17 %document containing the answers for the questions below. You can do
    18 %the implementation in any programming language you like, but you need
    18 %the implementation in any programming language you like, but you need
    19 %to submit the source code with which you answered the questions,
    19 %to submit the source code with which you answered the questions,