From c299b378816a12e1b3759191b58d583738b3e3e2 Mon Sep 17 00:00:00 2001 From: Adam Millerchip Date: Wed, 2 Dec 2020 14:46:47 +0900 Subject: [PATCH] another typo --- day2/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/day2/README b/day2/README index 89de10a..8b5f349 100644 --- a/day2/README +++ b/day2/README @@ -13,7 +13,7 @@ Use a regex to parse the input Huh, can't iterate a string with Enum. Split into a list with String.graphemes/1 ------ -Part1: +Part2: ------ $ elixir day2part2.exs