Day 24
[advent-of-code-17.git] / src / advent23 / advent23.hs
index 516819f917464e04f99d89688faa355484ca2fa7..642343c160815b10762154e1cbc7c3c8c15c0e46 100644 (file)
@@ -60,13 +60,13 @@ part1 instructions =
              emptyMachine
 
 
-
 -- Part 2 following results of analysis by Dario Petrillo
 -- https://github.com/dp1/AoC17/blob/master/day23.5.txt
 part2 = length $ filter (not . P.isPrime) [start, start + 17 .. end]
     where start = 84 * 100 + 100000
           end = start + 17000
 
+
 executeInstructions = 
     do  instrs <- ask
         m <- get