diff options
author | William Carroll <wpcarro@gmail.com> | 2020-07-20T09·06+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-07-20T09·06+0100 |
commit | 32480f19135b3d2263df66a13fbefa80a6586ece (patch) | |
tree | 7566ee8e8a77d916d5f47603bbae25e716e28498 | |
parent | a2475d2337df6a91af2eb353d174f5202f1207b4 (diff) |
Move AOC into //scratch
Also rename it advent-of-code-2019 since I expect to participate this year as well. TODO: Should directories and files be name like-this or like_this?
-rw-r--r-- | scratch/advent-of-code-2019/README.md (renamed from advent-of-code/README.md) | 0 | ||||
-rw-r--r-- | scratch/advent-of-code-2019/day_1.py (renamed from advent-of-code/day_1.py) | 0 | ||||
-rw-r--r-- | scratch/advent-of-code-2019/day_2.py (renamed from advent-of-code/day_2.py) | 0 | ||||
-rw-r--r-- | scratch/advent-of-code-2019/day_3.py (renamed from advent-of-code/day_3.py) | 0 | ||||
-rw-r--r-- | scratch/advent-of-code-2019/day_4.py (renamed from advent-of-code/day_4.py) | 0 | ||||
-rw-r--r-- | scratch/advent-of-code-2019/day_5.py (renamed from advent-of-code/day_5.py) | 0 | ||||
-rw-r--r-- | scratch/advent-of-code-2019/day_6.py (renamed from advent-of-code/day_6.py) | 0 | ||||
-rw-r--r-- | scratch/advent-of-code-2019/day_7.py (renamed from advent-of-code/day_7.py) | 0 |
8 files changed, 0 insertions, 0 deletions
diff --git a/advent-of-code/README.md b/scratch/advent-of-code-2019/README.md index e7c105a7f60f..e7c105a7f60f 100644 --- a/advent-of-code/README.md +++ b/scratch/advent-of-code-2019/README.md diff --git a/advent-of-code/day_1.py b/scratch/advent-of-code-2019/day_1.py index bd4024e3ec7d..bd4024e3ec7d 100644 --- a/advent-of-code/day_1.py +++ b/scratch/advent-of-code-2019/day_1.py diff --git a/advent-of-code/day_2.py b/scratch/advent-of-code-2019/day_2.py index 77774c1bb5ad..77774c1bb5ad 100644 --- a/advent-of-code/day_2.py +++ b/scratch/advent-of-code-2019/day_2.py diff --git a/advent-of-code/day_3.py b/scratch/advent-of-code-2019/day_3.py index 6dd863528c1c..6dd863528c1c 100644 --- a/advent-of-code/day_3.py +++ b/scratch/advent-of-code-2019/day_3.py diff --git a/advent-of-code/day_4.py b/scratch/advent-of-code-2019/day_4.py index adef73b452dc..adef73b452dc 100644 --- a/advent-of-code/day_4.py +++ b/scratch/advent-of-code-2019/day_4.py diff --git a/advent-of-code/day_5.py b/scratch/advent-of-code-2019/day_5.py index 3d82846e6126..3d82846e6126 100644 --- a/advent-of-code/day_5.py +++ b/scratch/advent-of-code-2019/day_5.py diff --git a/advent-of-code/day_6.py b/scratch/advent-of-code-2019/day_6.py index aba99b8239ff..aba99b8239ff 100644 --- a/advent-of-code/day_6.py +++ b/scratch/advent-of-code-2019/day_6.py diff --git a/advent-of-code/day_7.py b/scratch/advent-of-code-2019/day_7.py index 14597d5104e3..14597d5104e3 100644 --- a/advent-of-code/day_7.py +++ b/scratch/advent-of-code-2019/day_7.py |