From 5c780bde0952deffb6bf846e3acc1eae7b696b47 Mon Sep 17 00:00:00 2001 From: Jez Cope Date: Sat, 16 Dec 2017 16:03:43 +0000 Subject: [PATCH] Fix intro for day 15 --- posts/adventofcode/2017/15-dueling-generators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/adventofcode/2017/15-dueling-generators.md b/posts/adventofcode/2017/15-dueling-generators.md index 350c4c9..3895eea 100644 --- a/posts/adventofcode/2017/15-dueling-generators.md +++ b/posts/adventofcode/2017/15-dueling-generators.md @@ -11,7 +11,7 @@ tags: series: aoc2017 --- -[Today's challenge](http://adventofcode.com/2017/day/15) +[Today's challenge](http://adventofcode.com/2017/day/15) introduces two pseudo-random number generators which are trying to agree on a series of numbers. We play the part of the "judge", counting the number of times their numbers agree in the lowest 16 bits. [→ Full code on GitHub](https://github.com/jezcope/aoc2017/blob/master/15-dueling-generators.rs)