From ccc3cdba3a3c51fcb9a0c8e595d8cbf20e6a41df Mon Sep 17 00:00:00 2001 From: Joshua Seigler Date: Thu, 2 Dec 2021 15:52:52 -0500 Subject: [PATCH] one big repo for all years --- day01.js => 2020/day01.js | 0 day02.js => 2020/day02.js | 0 day03.js => 2020/day03.js | 0 day04.js => 2020/day04.js | 0 day05.js => 2020/day05.js | 0 day06.js => 2020/day06.js | 0 day07.js => 2020/day07.js | 0 day08.js => 2020/day08.js | 0 day15.js => 2020/day15.js | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename day01.js => 2020/day01.js (100%) rename day02.js => 2020/day02.js (100%) rename day03.js => 2020/day03.js (100%) rename day04.js => 2020/day04.js (100%) rename day05.js => 2020/day05.js (100%) rename day06.js => 2020/day06.js (100%) rename day07.js => 2020/day07.js (100%) rename day08.js => 2020/day08.js (100%) rename day15.js => 2020/day15.js (100%) diff --git a/day01.js b/2020/day01.js similarity index 100% rename from day01.js rename to 2020/day01.js diff --git a/day02.js b/2020/day02.js similarity index 100% rename from day02.js rename to 2020/day02.js diff --git a/day03.js b/2020/day03.js similarity index 100% rename from day03.js rename to 2020/day03.js diff --git a/day04.js b/2020/day04.js similarity index 100% rename from day04.js rename to 2020/day04.js diff --git a/day05.js b/2020/day05.js similarity index 100% rename from day05.js rename to 2020/day05.js diff --git a/day06.js b/2020/day06.js similarity index 100% rename from day06.js rename to 2020/day06.js diff --git a/day07.js b/2020/day07.js similarity index 100% rename from day07.js rename to 2020/day07.js diff --git a/day08.js b/2020/day08.js similarity index 100% rename from day08.js rename to 2020/day08.js diff --git a/day15.js b/2020/day15.js similarity index 100% rename from day15.js rename to 2020/day15.js