bipubipu / AdventOfCode

A repo to store my solutions to Advent Of Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A repo to store my solutions to Advent Of Code


Languages

Language:Python 100.0%