taeram / advent-of-code

Solutions for https://adventofcode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test workflow

advent-of-code

Solutions for https://adventofcode.com

Setup

Run ./bin/setup.sh to install the local development dependencies.

Usage

To run a specific day, run: make run day=2022/day-01

  • This will use the input.txt file in specified directory.

To test a specific day, run: make test day=2022/day-01

To lint a specific day, run: make lint day=2022/day-01

To tidy, lint, test and run a specific day, run: make ready day=2022/day-01

About

Solutions for https://adventofcode.com

License:MIT License


Languages

Language:Go 94.3%Language:Shell 4.4%Language:Makefile 1.3%