From 3b46267923f8b52ba3cda299a4f0e0f52ae8fc4a Mon Sep 17 00:00:00 2001 From: kwout Date: Sun, 4 Sep 2022 08:15:31 -0400 Subject: [PATCH] added year to directory structure --- {day1 => 2021/day1}/1a.py | 0 {day1 => 2021/day1}/1b.py | 0 {day1 => 2021/day1}/input.txt | 0 {day2 => 2021/day2}/2a.py | 0 {day2 => 2021/day2}/2b.py | 0 {day2 => 2021/day2}/input.txt | 0 {day3 => 2021/day3}/3a.py | 0 {day3 => 2021/day3}/input.txt | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename {day1 => 2021/day1}/1a.py (100%) rename {day1 => 2021/day1}/1b.py (100%) rename {day1 => 2021/day1}/input.txt (100%) rename {day2 => 2021/day2}/2a.py (100%) rename {day2 => 2021/day2}/2b.py (100%) rename {day2 => 2021/day2}/input.txt (100%) rename {day3 => 2021/day3}/3a.py (100%) rename {day3 => 2021/day3}/input.txt (100%) diff --git a/day1/1a.py b/2021/day1/1a.py similarity index 100% rename from day1/1a.py rename to 2021/day1/1a.py diff --git a/day1/1b.py b/2021/day1/1b.py similarity index 100% rename from day1/1b.py rename to 2021/day1/1b.py diff --git a/day1/input.txt b/2021/day1/input.txt similarity index 100% rename from day1/input.txt rename to 2021/day1/input.txt diff --git a/day2/2a.py b/2021/day2/2a.py similarity index 100% rename from day2/2a.py rename to 2021/day2/2a.py diff --git a/day2/2b.py b/2021/day2/2b.py similarity index 100% rename from day2/2b.py rename to 2021/day2/2b.py diff --git a/day2/input.txt b/2021/day2/input.txt similarity index 100% rename from day2/input.txt rename to 2021/day2/input.txt diff --git a/day3/3a.py b/2021/day3/3a.py similarity index 100% rename from day3/3a.py rename to 2021/day3/3a.py diff --git a/day3/input.txt b/2021/day3/input.txt similarity index 100% rename from day3/input.txt rename to 2021/day3/input.txt