cws/main_cw05.tex
changeset 411 f55742af79ef
parent 400 e48ea8300b2d
child 420 4edc1a308652
equal deleted inserted replaced
410:5bc7183e865e 411:f55742af79ef
    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