From 8ba8d417ea849abf9fb4a56e76bd1e1fdb2c9e09 Mon Sep 17 00:00:00 2001 From: Jesse McDonald Date: Tue, 11 Dec 2018 20:06:13 -0600 Subject: [PATCH] Rename directories to use two digits. --- {Day1 => Day01}/Part1.hs | 0 {Day1 => Day01}/Part2.hs | 0 {Day1 => Day01}/input | 0 {Day2 => Day02}/Part1.hs | 0 {Day2 => Day02}/Part2.hs | 0 {Day2 => Day02}/input | 0 {Day3 => Day03}/Part1.hs | 0 {Day3 => Day03}/Part2.hs | 0 {Day3 => Day03}/input | 0 {Day4 => Day04}/Part1.hs | 0 {Day4 => Day04}/Part2.hs | 0 {Day4 => Day04}/input | 0 {Day5 => Day05}/Part1.hs | 0 {Day5 => Day05}/Part2.hs | 0 {Day5 => Day05}/input | 0 {Day6 => Day06}/Part1.hs | 0 {Day6 => Day06}/Part2.hs | 0 {Day6 => Day06}/input | 0 {Day7 => Day07}/Part1.hs | 0 {Day7 => Day07}/Part2.hs | 0 {Day7 => Day07}/input.txt | 0 {Day8 => Day08}/Part1.hs | 0 {Day8 => Day08}/Part2.hs | 0 {Day8 => Day08}/input.txt | 0 {Day9 => Day09}/Part1.hs | 0 {Day9 => Day09}/Part2.hs | 0 26 files changed, 0 insertions(+), 0 deletions(-) rename {Day1 => Day01}/Part1.hs (100%) rename {Day1 => Day01}/Part2.hs (100%) rename {Day1 => Day01}/input (100%) rename {Day2 => Day02}/Part1.hs (100%) rename {Day2 => Day02}/Part2.hs (100%) rename {Day2 => Day02}/input (100%) rename {Day3 => Day03}/Part1.hs (100%) rename {Day3 => Day03}/Part2.hs (100%) rename {Day3 => Day03}/input (100%) rename {Day4 => Day04}/Part1.hs (100%) rename {Day4 => Day04}/Part2.hs (100%) rename {Day4 => Day04}/input (100%) rename {Day5 => Day05}/Part1.hs (100%) rename {Day5 => Day05}/Part2.hs (100%) rename {Day5 => Day05}/input (100%) rename {Day6 => Day06}/Part1.hs (100%) rename {Day6 => Day06}/Part2.hs (100%) rename {Day6 => Day06}/input (100%) rename {Day7 => Day07}/Part1.hs (100%) rename {Day7 => Day07}/Part2.hs (100%) rename {Day7 => Day07}/input.txt (100%) rename {Day8 => Day08}/Part1.hs (100%) rename {Day8 => Day08}/Part2.hs (100%) rename {Day8 => Day08}/input.txt (100%) rename {Day9 => Day09}/Part1.hs (100%) rename {Day9 => Day09}/Part2.hs (100%) diff --git a/Day1/Part1.hs b/Day01/Part1.hs similarity index 100% rename from Day1/Part1.hs rename to Day01/Part1.hs diff --git a/Day1/Part2.hs b/Day01/Part2.hs similarity index 100% rename from Day1/Part2.hs rename to Day01/Part2.hs diff --git a/Day1/input b/Day01/input similarity index 100% rename from Day1/input rename to Day01/input diff --git a/Day2/Part1.hs b/Day02/Part1.hs similarity index 100% rename from Day2/Part1.hs rename to Day02/Part1.hs diff --git a/Day2/Part2.hs b/Day02/Part2.hs similarity index 100% rename from Day2/Part2.hs rename to Day02/Part2.hs diff --git a/Day2/input b/Day02/input similarity index 100% rename from Day2/input rename to Day02/input diff --git a/Day3/Part1.hs b/Day03/Part1.hs similarity index 100% rename from Day3/Part1.hs rename to Day03/Part1.hs diff --git a/Day3/Part2.hs b/Day03/Part2.hs similarity index 100% rename from Day3/Part2.hs rename to Day03/Part2.hs diff --git a/Day3/input b/Day03/input similarity index 100% rename from Day3/input rename to Day03/input diff --git a/Day4/Part1.hs b/Day04/Part1.hs similarity index 100% rename from Day4/Part1.hs rename to Day04/Part1.hs diff --git a/Day4/Part2.hs b/Day04/Part2.hs similarity index 100% rename from Day4/Part2.hs rename to Day04/Part2.hs diff --git a/Day4/input b/Day04/input similarity index 100% rename from Day4/input rename to Day04/input diff --git a/Day5/Part1.hs b/Day05/Part1.hs similarity index 100% rename from Day5/Part1.hs rename to Day05/Part1.hs diff --git a/Day5/Part2.hs b/Day05/Part2.hs similarity index 100% rename from Day5/Part2.hs rename to Day05/Part2.hs diff --git a/Day5/input b/Day05/input similarity index 100% rename from Day5/input rename to Day05/input diff --git a/Day6/Part1.hs b/Day06/Part1.hs similarity index 100% rename from Day6/Part1.hs rename to Day06/Part1.hs diff --git a/Day6/Part2.hs b/Day06/Part2.hs similarity index 100% rename from Day6/Part2.hs rename to Day06/Part2.hs diff --git a/Day6/input b/Day06/input similarity index 100% rename from Day6/input rename to Day06/input diff --git a/Day7/Part1.hs b/Day07/Part1.hs similarity index 100% rename from Day7/Part1.hs rename to Day07/Part1.hs diff --git a/Day7/Part2.hs b/Day07/Part2.hs similarity index 100% rename from Day7/Part2.hs rename to Day07/Part2.hs diff --git a/Day7/input.txt b/Day07/input.txt similarity index 100% rename from Day7/input.txt rename to Day07/input.txt diff --git a/Day8/Part1.hs b/Day08/Part1.hs similarity index 100% rename from Day8/Part1.hs rename to Day08/Part1.hs diff --git a/Day8/Part2.hs b/Day08/Part2.hs similarity index 100% rename from Day8/Part2.hs rename to Day08/Part2.hs diff --git a/Day8/input.txt b/Day08/input.txt similarity index 100% rename from Day8/input.txt rename to Day08/input.txt diff --git a/Day9/Part1.hs b/Day09/Part1.hs similarity index 100% rename from Day9/Part1.hs rename to Day09/Part1.hs diff --git a/Day9/Part2.hs b/Day09/Part2.hs similarity index 100% rename from Day9/Part2.hs rename to Day09/Part2.hs