added year folder

This commit is contained in:
Jake Pullen
2023-12-01 09:17:58 +00:00
parent 8bdfa1b167
commit 53d5cd8f59
125 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import os
# Define the base directory where you want to create the folders
base_dir = 'advent_of_code_2023'
base_dir = 'advent_of_code'
# Loop over the range 1 to 25 (inclusive)
for i in range(2, 26):