This day was pretty easy, though I made a stupid mistake and took too long. Also started way late. But only 13 lines total for part 2

This commit is contained in:
Connor Johnstone
2023-12-19 00:05:37 -07:00
parent 157d1f01b0
commit 09bc5908e1
7 changed files with 965 additions and 0 deletions

12
day_18/Pipfile Normal file
View File

@@ -0,0 +1,12 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
numpy = "*"
[dev-packages]
[requires]
python_version = "3.11"