This is how I personally completed various editions of AOC.
All solutions are in Python.
- Change directory to the year you want. Eg:
cd 2025 - Have all inputs as files of the format
input{day}.txt - Store these files in
inputs/ - execute the python file use the following command as an example for day-1 part-1
time python d1p1.py