diff --git a/README b/README index 6f67ec1..9e5326e 100644 --- a/README +++ b/README @@ -1 +1 @@ -My advent of code solutions for 2022. I am trying to not use String wherever possible and use Data.Text instead. That makes the programs appear bigger than they are LOC-wise. +My advent of code solutions for 2022. I am trying to not use String ([Char]) wherever possible and use Data.Text instead. That makes the programs appear bigger than they are LOC-wise. diff --git a/day1.hs b/day01.hs similarity index 100% rename from day1.hs rename to day01.hs diff --git a/day2.hs b/day02.hs similarity index 100% rename from day2.hs rename to day02.hs diff --git a/day3.hs b/day03.hs similarity index 100% rename from day3.hs rename to day03.hs diff --git a/day4.hs b/day04.hs similarity index 100% rename from day4.hs rename to day04.hs diff --git a/day5.hs b/day05.hs similarity index 100% rename from day5.hs rename to day05.hs diff --git a/day6.hs b/day06.hs similarity index 100% rename from day6.hs rename to day06.hs diff --git a/day7'.hs b/day07'.hs similarity index 100% rename from day7'.hs rename to day07'.hs diff --git a/day7.hs b/day07.hs similarity index 100% rename from day7.hs rename to day07.hs diff --git a/day8.hs b/day08.hs similarity index 100% rename from day8.hs rename to day08.hs diff --git a/day9.hs b/day09.hs similarity index 100% rename from day9.hs rename to day09.hs