From 69df8a6a487bf48376fc3ac4ee5f1230c5a098ed Mon Sep 17 00:00:00 2001 From: "nuo.o" <49533950+nuoxoxo@users.noreply.github.com> Date: Wed, 20 Sep 2023 20:53:59 +0200 Subject: [PATCH] Update Aoc2003.tsx --- src/includes/Aoc2003.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/includes/Aoc2003.tsx b/src/includes/Aoc2003.tsx index 47daaa1..8555a80 100644 --- a/src/includes/Aoc2003.tsx +++ b/src/includes/Aoc2003.tsx @@ -52,6 +52,7 @@ var Aoc2003 = () => { } const Solver = () => { + let g1: string[] = [...lines] let g2: string[] = [...lines] setP1(countTrees(g1, 3, 1))