cws/cw04.tex
changeset 905 15973df32613
parent 900 3be23d0df3db
child 910 b655ce68983f
--- a/cws/cw04.tex	Fri Dec 09 13:18:10 2022 +0000
+++ b/cws/cw04.tex	Wed Dec 21 14:33:05 2022 +0000
@@ -91,7 +91,7 @@
 \noindent and
 
 \begin{center}
-  \small\url{http://www.csc.villanova.edu/~tway/courses/csc4181/s2021/labs/lab4/JVM.pdf}
+  \small\url{http://www.csc.villanova.edu/~tway/courses/csc4181/s2022/labs/finalproject/JVM.pdf}
 \end{center}
 
 \subsection*{Krakatau Assembler}
@@ -204,7 +204,7 @@
 i := 2;
 while (i <= 4) do {
     write i;
-    i := i + 1;
+    i := i + 1
 }
 \end{lstlisting}
 \end{minipage}