Skip to content

bipubipu/AdventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages