gdejong / advent-of-code-2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

advent-of-code-2022

This project is inspired by https://github.com/timkelleher/aocgen

Setup

cp .env.example .env

Copy your cookie from adventofcode.com and paste it in your .env as the AOC_SESSION environment variable.

Generate a new day

./aocgen gen -y 2022 -d <day>

Run a day

./aocgen run -y 2022 -d <day>

List input of a certain day

./aocgen input -y 2022 -d <day>

About

License:MIT License


Languages

Language:Go 99.7%Language:Shell 0.3%