cws/main_cw05.tex
changeset 408 9e416cdf1755
parent 400 bf47dbac07f8
child 417 ee44a5fc1955
equal deleted inserted replaced
407:b2cdb76f8ef2 408:9e416cdf1755
    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***. We will implement an interpreter and compiler for
    27 brainf***. We will implement an interpreter and compiler for
    28 this language.\bigskip
    28 this language.\bigskip
    29 
    29 
    30 \IMPORTANT{This part is worth 10\% and you need to submit it on \cwTEN{} at 5pm.
    30 %\IMPORTANT{This part is worth 10\% and you need to submit it on \cwTEN{} at 5pm.
    31 Any 1\% you achieve counts as your ``weekly engagement''.}
    31 %Any 1\% you achieve counts as your ``weekly engagement''.}
       
    32 \IMPORTANTNONE{}
    32 
    33 
    33 \noindent
    34 \noindent
    34 Also note that the running time of each part will be restricted to a
    35 Also note that the running time of each part will be restricted to a
    35 maximum of 30 seconds on my laptop.
    36 maximum of 30 seconds on my laptop.
    36 
    37