From be245df497bf46f5483a5c3fe978055b081644e0 Mon Sep 17 00:00:00 2001 From: David Vereb Date: Wed, 8 Dec 2021 14:50:52 -0500 Subject: [PATCH] Update 'README.md' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a627025..0b38b7e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -* Welcome +# Welcome I'm completing the Advent of Code puzzles and storing my answers here to compare with friends & family. I'm starting in 2021 and using it to learn Python. Hopefully it looks better further into the month as I learn more features! -** Files +## Files Since there are two parts to each question, my code is saved in the state it was at the time I discovered the first answer as `main.py`. Logically, `main2.py` is the state of the code after solving the second half; sometimes it will still contain the solution for the first half (day 6, for example), while other times it'll be a conversion of `main.py` in order to solve the second half (day 4, for example). **Not all days are refactored!** \ No newline at end of file