Skip to content

Commit 6405b41

Browse files
committed
chore(aoc): move the solutions and tests days 01,02,03,04,and 05/2020, to right folder
1 parent a956043 commit 6405b41

File tree

21 files changed

+10
-4
lines changed

21 files changed

+10
-4
lines changed

advent_of_code/year_2020/__init__.py

Whitespace-only changes.

advent_of_code/year_2020/day_01_report_repair/__init__.py

Whitespace-only changes.

advent-of-code/year_2020/day_02_password_philosophy/solution_day_02_2020.py renamed to advent_of_code/year_2020/day_02_password_philosophy/solution_day_02_2020.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from utils.file_utils import get_input_file_path, read_input_file
1+
from utils.aoc_utils import get_input_file_path, read_input_file
22

33

44
def solve_day_02_2020(filename: str) -> tuple[int, int]:
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Day 03/2020: Toboggan Trajectory
2+
3+
https://adventofcode.com/2020/day/3

0 commit comments

Comments
 (0)