equal
deleted
inserted
replaced
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 |