Skip to content

Commit

Permalink
Merge pull request #382 from wanecek/ww/early-termination-of-code-bra…
Browse files Browse the repository at this point in the history
…cket

Formatting: premature closing of code block
  • Loading branch information
bjornregnell authored Nov 8, 2018
2 parents 8767cff + 28ff127 commit fcad974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compendium/modules/w08-matrices-exercise.tex
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@


\Subtask Implementera funktionen \\
\code{def yatzyPips(xss: Vector[Vector[Int]]): Vector[Int]} = ???\\
\code{def yatzyPips(xss: Vector[Vector[Int]]): Vector[Int] = ???}\\
som ska ge en vektor med de tärningsvärden som gav yatzy, för kasten i matrisen \code{xss} enligt nedan. Använd din funktion \code{filterYatzy}.
\begin{REPL}
scala> val dm = Vector(Vector(1,2,3,4,5),Vector(4,4,4,4,4),Vector(3,3,3,3,3))
Expand Down

0 comments on commit fcad974

Please sign in to comment.