Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 576 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 576 Bytes

Description

A repo of my solutions to Advent Of Code https://adventofcode.com

How to use the script

1. Clone this project to your local machine

2. Download puzzle input in each challenge and store under that day's folder. The naming of the data file has no restriction.

3. Open your terminal, change directory to each day's folder, type command such as

python3 day1.py 'day1.csv'
Change the script name and data source name accordinly. You can add an alias of python3 in your zprofile or profile depends on your shell environment if you use Mac/Linux.