From 5f4f7def8667d22dfc4c8a023a8b33e38d4cbdfb Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Mon, 16 May 2022 23:24:53 -0400 Subject: [PATCH] Move 2018 to it's own directory --- {1 => 2018/1}/frequency.py | 0 {1 => 2018/1}/input | 0 {2 => 2018/2}/checksum.py | 0 {2 => 2018/2}/input | 0 {3 => 2018/3}/area.py | 0 {3 => 2018/3}/input | 0 {4 => 2018/4}/guard.py | 0 {4 => 2018/4}/input | 0 {5 => 2018/5}/code.py | 0 {5 => 2018/5}/input | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename {1 => 2018/1}/frequency.py (100%) rename {1 => 2018/1}/input (100%) rename {2 => 2018/2}/checksum.py (100%) rename {2 => 2018/2}/input (100%) rename {3 => 2018/3}/area.py (100%) rename {3 => 2018/3}/input (100%) rename {4 => 2018/4}/guard.py (100%) rename {4 => 2018/4}/input (100%) rename {5 => 2018/5}/code.py (100%) rename {5 => 2018/5}/input (100%) diff --git a/1/frequency.py b/2018/1/frequency.py similarity index 100% rename from 1/frequency.py rename to 2018/1/frequency.py diff --git a/1/input b/2018/1/input similarity index 100% rename from 1/input rename to 2018/1/input diff --git a/2/checksum.py b/2018/2/checksum.py similarity index 100% rename from 2/checksum.py rename to 2018/2/checksum.py diff --git a/2/input b/2018/2/input similarity index 100% rename from 2/input rename to 2018/2/input diff --git a/3/area.py b/2018/3/area.py similarity index 100% rename from 3/area.py rename to 2018/3/area.py diff --git a/3/input b/2018/3/input similarity index 100% rename from 3/input rename to 2018/3/input diff --git a/4/guard.py b/2018/4/guard.py similarity index 100% rename from 4/guard.py rename to 2018/4/guard.py diff --git a/4/input b/2018/4/input similarity index 100% rename from 4/input rename to 2018/4/input diff --git a/5/code.py b/2018/5/code.py similarity index 100% rename from 5/code.py rename to 2018/5/code.py diff --git a/5/input b/2018/5/input similarity index 100% rename from 5/input rename to 2018/5/input