summaryrefslogtreecommitdiff
path: root/docs/random_simple.tex
diff options
context:
space:
mode:
Diffstat (limited to 'docs/random_simple.tex')
-rw-r--r--docs/random_simple.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/random_simple.tex b/docs/random_simple.tex
index a1ff557..778ae9c 100644
--- a/docs/random_simple.tex
+++ b/docs/random_simple.tex
@@ -45,6 +45,8 @@ doesn’t know any better, it will happily move into the square where its tail i
\label{brd:random-death}
\end{board}
+\ifshowcode
+
\pagebreak
By the way, how long was your solution?
@@ -63,3 +65,4 @@ So if you write \mint{python}|choice('UDLR')|,
that’s the same as if you had written
\mint{python}|choice(['U', 'D', 'L', 'R'])|.
+\fi