cws/main_cw05.tex
changeset 348 194d6ee45800
parent 347 0b727d1a8184
child 355 e4d779587d3f
equal deleted inserted replaced
347:0b727d1a8184 348:194d6ee45800
    25 \noindent
    25 \noindent
    26 This part is about a small (esoteric) programming language called
    26 This part is about a small (esoteric) programming language called
    27 brainf***. Actually, we will implement an interpreter for our own version
    27 brainf***. Actually, we will implement an interpreter for our own version
    28 of this language called brainf*ck++.\bigskip
    28 of this language called brainf*ck++.\bigskip
    29 
    29 
    30 \IMPORTANT{This part is worth 10\% and you need to submit it on \cwTEN{} at 4pm.}
    30 \IMPORTANT{This part is worth 10\% and you need to submit it on \cwTEN{} at 5pm.}
    31 
    31 
    32 \noindent
    32 \noindent
    33 Also note that the running time of each part will be restricted to a
    33 Also note that the running time of each part will be restricted to a
    34 maximum of 30 seconds on my laptop.
    34 maximum of 30 seconds on my laptop.
    35 
    35