Small formatting glitch in slides

This commit is contained in:
Oliver Kennedy 2019-09-24 16:19:05 -04:00
parent 7d94fb8e8b
commit 67bf66d132
Signed by: okennedy
GPG key ID: 3E5F9B3ABD3FDB60

View file

@ -120,6 +120,9 @@ date: September 24
2: z = y * z
end
</code></pre>
</section>
<section>
<ol>
<li>Add virtual write instructions for each: x, y, z at the start.</li>
<li>For each variable, compute the slice targetting the variable on the last line of the function. Note down which virtual writes appear in the slice</li>