diff --git a/day-01/01-list-sum.py b/2018/day-01/01-list-sum.py similarity index 100% rename from day-01/01-list-sum.py rename to 2018/day-01/01-list-sum.py diff --git a/day-01/02-recurring-freq.py b/2018/day-01/02-recurring-freq.py similarity index 100% rename from day-01/02-recurring-freq.py rename to 2018/day-01/02-recurring-freq.py diff --git a/day-01/README.md b/2018/day-01/README.md similarity index 100% rename from day-01/README.md rename to 2018/day-01/README.md diff --git a/day-01/input.txt b/2018/day-01/input.txt similarity index 100% rename from day-01/input.txt rename to 2018/day-01/input.txt diff --git a/day-01/solutions.txt b/2018/day-01/solutions.txt similarity index 100% rename from day-01/solutions.txt rename to 2018/day-01/solutions.txt diff --git a/day-02/01-checksum.py b/2018/day-02/01-checksum.py similarity index 100% rename from day-02/01-checksum.py rename to 2018/day-02/01-checksum.py diff --git a/day-02/02-close-ids.py b/2018/day-02/02-close-ids.py similarity index 100% rename from day-02/02-close-ids.py rename to 2018/day-02/02-close-ids.py diff --git a/day-02/README.md b/2018/day-02/README.md similarity index 100% rename from day-02/README.md rename to 2018/day-02/README.md diff --git a/day-02/input.txt b/2018/day-02/input.txt similarity index 100% rename from day-02/input.txt rename to 2018/day-02/input.txt diff --git a/day-02/solutions.txt b/2018/day-02/solutions.txt similarity index 100% rename from day-02/solutions.txt rename to 2018/day-02/solutions.txt diff --git a/day-03/01-claims.py b/2018/day-03/01-claims.py similarity index 100% rename from day-03/01-claims.py rename to 2018/day-03/01-claims.py diff --git a/day-03/02-claims.py b/2018/day-03/02-claims.py similarity index 100% rename from day-03/02-claims.py rename to 2018/day-03/02-claims.py diff --git a/day-03/README.md b/2018/day-03/README.md similarity index 100% rename from day-03/README.md rename to 2018/day-03/README.md diff --git a/day-03/input.txt b/2018/day-03/input.txt similarity index 100% rename from day-03/input.txt rename to 2018/day-03/input.txt diff --git a/day-03/solutions.txt b/2018/day-03/solutions.txt similarity index 100% rename from day-03/solutions.txt rename to 2018/day-03/solutions.txt diff --git a/day-04/01-sleeping-guards.py b/2018/day-04/01-sleeping-guards.py similarity index 100% rename from day-04/01-sleeping-guards.py rename to 2018/day-04/01-sleeping-guards.py diff --git a/day-04/02-sleeping-guards.py b/2018/day-04/02-sleeping-guards.py similarity index 100% rename from day-04/02-sleeping-guards.py rename to 2018/day-04/02-sleeping-guards.py diff --git a/day-04/README.md b/2018/day-04/README.md similarity index 100% rename from day-04/README.md rename to 2018/day-04/README.md diff --git a/day-04/input.txt b/2018/day-04/input.txt similarity index 100% rename from day-04/input.txt rename to 2018/day-04/input.txt diff --git a/day-04/solutions.txt b/2018/day-04/solutions.txt similarity index 100% rename from day-04/solutions.txt rename to 2018/day-04/solutions.txt diff --git a/day-05/01.py b/2018/day-05/01.py similarity index 100% rename from day-05/01.py rename to 2018/day-05/01.py diff --git a/day-05/02.py b/2018/day-05/02.py similarity index 100% rename from day-05/02.py rename to 2018/day-05/02.py diff --git a/day-05/README.md b/2018/day-05/README.md similarity index 100% rename from day-05/README.md rename to 2018/day-05/README.md diff --git a/day-05/input.txt b/2018/day-05/input.txt similarity index 100% rename from day-05/input.txt rename to 2018/day-05/input.txt diff --git a/day-05/solutions.txt b/2018/day-05/solutions.txt similarity index 100% rename from day-05/solutions.txt rename to 2018/day-05/solutions.txt diff --git a/day-06/01.py b/2018/day-06/01.py similarity index 100% rename from day-06/01.py rename to 2018/day-06/01.py diff --git a/day-06/02.py b/2018/day-06/02.py similarity index 100% rename from day-06/02.py rename to 2018/day-06/02.py diff --git a/day-06/README.md b/2018/day-06/README.md similarity index 100% rename from day-06/README.md rename to 2018/day-06/README.md diff --git a/day-06/input.txt b/2018/day-06/input.txt similarity index 100% rename from day-06/input.txt rename to 2018/day-06/input.txt diff --git a/day-06/solutions.txt b/2018/day-06/solutions.txt similarity index 100% rename from day-06/solutions.txt rename to 2018/day-06/solutions.txt diff --git a/day-07/01.py b/2018/day-07/01.py similarity index 100% rename from day-07/01.py rename to 2018/day-07/01.py diff --git a/day-07/02.py b/2018/day-07/02.py similarity index 100% rename from day-07/02.py rename to 2018/day-07/02.py diff --git a/day-07/README.md b/2018/day-07/README.md similarity index 100% rename from day-07/README.md rename to 2018/day-07/README.md diff --git a/day-07/input.txt b/2018/day-07/input.txt similarity index 100% rename from day-07/input.txt rename to 2018/day-07/input.txt diff --git a/day-07/solutions.txt b/2018/day-07/solutions.txt similarity index 100% rename from day-07/solutions.txt rename to 2018/day-07/solutions.txt diff --git a/day-08/01.py b/2018/day-08/01.py similarity index 100% rename from day-08/01.py rename to 2018/day-08/01.py diff --git a/day-08/02.py b/2018/day-08/02.py similarity index 100% rename from day-08/02.py rename to 2018/day-08/02.py diff --git a/day-08/Readme.md b/2018/day-08/Readme.md similarity index 100% rename from day-08/Readme.md rename to 2018/day-08/Readme.md diff --git a/day-08/example.txt b/2018/day-08/example.txt similarity index 100% rename from day-08/example.txt rename to 2018/day-08/example.txt diff --git a/day-08/input.txt b/2018/day-08/input.txt similarity index 100% rename from day-08/input.txt rename to 2018/day-08/input.txt diff --git a/day-08/solutions.txt b/2018/day-08/solutions.txt similarity index 100% rename from day-08/solutions.txt rename to 2018/day-08/solutions.txt diff --git a/day-09/01.py b/2018/day-09/01.py similarity index 100% rename from day-09/01.py rename to 2018/day-09/01.py diff --git a/day-09/02.py b/2018/day-09/02.py similarity index 100% rename from day-09/02.py rename to 2018/day-09/02.py diff --git a/day-09/Readme.txt b/2018/day-09/Readme.txt similarity index 100% rename from day-09/Readme.txt rename to 2018/day-09/Readme.txt diff --git a/day-09/input.txt b/2018/day-09/input.txt similarity index 100% rename from day-09/input.txt rename to 2018/day-09/input.txt diff --git a/day-09/solutions.txt b/2018/day-09/solutions.txt similarity index 100% rename from day-09/solutions.txt rename to 2018/day-09/solutions.txt diff --git a/day-10/01.py b/2018/day-10/01.py similarity index 100% rename from day-10/01.py rename to 2018/day-10/01.py diff --git a/day-10/02.py b/2018/day-10/02.py similarity index 100% rename from day-10/02.py rename to 2018/day-10/02.py diff --git a/day-10/Readme.txt b/2018/day-10/Readme.txt similarity index 100% rename from day-10/Readme.txt rename to 2018/day-10/Readme.txt diff --git a/day-10/input.txt b/2018/day-10/input.txt similarity index 100% rename from day-10/input.txt rename to 2018/day-10/input.txt diff --git a/day-10/solutions.txt b/2018/day-10/solutions.txt similarity index 100% rename from day-10/solutions.txt rename to 2018/day-10/solutions.txt diff --git a/day-11/01.py b/2018/day-11/01.py similarity index 100% rename from day-11/01.py rename to 2018/day-11/01.py diff --git a/day-11/02.py b/2018/day-11/02.py similarity index 100% rename from day-11/02.py rename to 2018/day-11/02.py diff --git a/day-11/Readme.txt b/2018/day-11/Readme.txt similarity index 100% rename from day-11/Readme.txt rename to 2018/day-11/Readme.txt diff --git a/day-11/input.txt b/2018/day-11/input.txt similarity index 100% rename from day-11/input.txt rename to 2018/day-11/input.txt diff --git a/day-11/solutions.txt b/2018/day-11/solutions.txt similarity index 100% rename from day-11/solutions.txt rename to 2018/day-11/solutions.txt diff --git a/day-12/01.py b/2018/day-12/01.py similarity index 100% rename from day-12/01.py rename to 2018/day-12/01.py diff --git a/day-12/02.py b/2018/day-12/02.py similarity index 100% rename from day-12/02.py rename to 2018/day-12/02.py diff --git a/day-12/example.txt b/2018/day-12/example.txt similarity index 100% rename from day-12/example.txt rename to 2018/day-12/example.txt diff --git a/day-12/hack.py b/2018/day-12/hack.py similarity index 100% rename from day-12/hack.py rename to 2018/day-12/hack.py diff --git a/day-12/input.txt b/2018/day-12/input.txt similarity index 100% rename from day-12/input.txt rename to 2018/day-12/input.txt diff --git a/day-13/01.py b/2018/day-13/01.py similarity index 100% rename from day-13/01.py rename to 2018/day-13/01.py diff --git a/day-13/02.py b/2018/day-13/02.py similarity index 100% rename from day-13/02.py rename to 2018/day-13/02.py diff --git a/day-13/input.txt b/2018/day-13/input.txt similarity index 100% rename from day-13/input.txt rename to 2018/day-13/input.txt diff --git a/day-13/test.py b/2018/day-13/test.py similarity index 100% rename from day-13/test.py rename to 2018/day-13/test.py diff --git a/day-14/01.py b/2018/day-14/01.py similarity index 100% rename from day-14/01.py rename to 2018/day-14/01.py diff --git a/day-14/02.py b/2018/day-14/02.py similarity index 100% rename from day-14/02.py rename to 2018/day-14/02.py diff --git a/day-15/01.py b/2018/day-15/01.py similarity index 100% rename from day-15/01.py rename to 2018/day-15/01.py diff --git a/day-15/02.py b/2018/day-15/02.py similarity index 100% rename from day-15/02.py rename to 2018/day-15/02.py diff --git a/day-15/custom.txt b/2018/day-15/custom.txt similarity index 100% rename from day-15/custom.txt rename to 2018/day-15/custom.txt diff --git a/day-15/e1.txt b/2018/day-15/e1.txt similarity index 100% rename from day-15/e1.txt rename to 2018/day-15/e1.txt diff --git a/day-15/e2.txt b/2018/day-15/e2.txt similarity index 100% rename from day-15/e2.txt rename to 2018/day-15/e2.txt diff --git a/day-15/e3.txt b/2018/day-15/e3.txt similarity index 100% rename from day-15/e3.txt rename to 2018/day-15/e3.txt diff --git a/day-15/e4.txt b/2018/day-15/e4.txt similarity index 100% rename from day-15/e4.txt rename to 2018/day-15/e4.txt diff --git a/day-15/e5.txt b/2018/day-15/e5.txt similarity index 100% rename from day-15/e5.txt rename to 2018/day-15/e5.txt diff --git a/day-15/example.txt b/2018/day-15/example.txt similarity index 100% rename from day-15/example.txt rename to 2018/day-15/example.txt diff --git a/day-15/input.txt b/2018/day-15/input.txt similarity index 100% rename from day-15/input.txt rename to 2018/day-15/input.txt diff --git a/day-15/movement.txt b/2018/day-15/movement.txt similarity index 100% rename from day-15/movement.txt rename to 2018/day-15/movement.txt diff --git a/day-16/01.py b/2018/day-16/01.py similarity index 100% rename from day-16/01.py rename to 2018/day-16/01.py diff --git a/day-16/02.py b/2018/day-16/02.py similarity index 100% rename from day-16/02.py rename to 2018/day-16/02.py diff --git a/day-16/example.txt b/2018/day-16/example.txt similarity index 100% rename from day-16/example.txt rename to 2018/day-16/example.txt diff --git a/day-16/input.txt b/2018/day-16/input.txt similarity index 100% rename from day-16/input.txt rename to 2018/day-16/input.txt diff --git a/day-16/ops.py b/2018/day-16/ops.py similarity index 100% rename from day-16/ops.py rename to 2018/day-16/ops.py diff --git a/day-18/01.py b/2018/day-18/01.py similarity index 100% rename from day-18/01.py rename to 2018/day-18/01.py diff --git a/day-18/02.py b/2018/day-18/02.py similarity index 100% rename from day-18/02.py rename to 2018/day-18/02.py diff --git a/day-18/example.txt b/2018/day-18/example.txt similarity index 100% rename from day-18/example.txt rename to 2018/day-18/example.txt diff --git a/day-18/input.txt b/2018/day-18/input.txt similarity index 100% rename from day-18/input.txt rename to 2018/day-18/input.txt diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index c0db057..0000000 --- a/requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ -requests -Pillow