Skip to content

This repo contains all my solutions for Advent of Code

Notifications You must be signed in to change notification settings

TechGuard/advent_of_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

This repo contains all my solutions for Advent of Code.

Getting started

  1. Open https://adventofcode.com/
  2. Get your session cookie and write it to .env (session=XXXX)
  3. Run aoc.exe

Usage

Downloads your Advent of Code input and executes the solution for the given year and day

Usage: aoc [OPTIONS] [YEAR] [DAY]

Arguments:
  [YEAR]  Optional: defaults to latest
  [DAY]   Optional: defaults to latest

Options:
  -e, --example  Run with example input
  -m, --make     Make solution file from a template
  -h, --help     Print help

About

This repo contains all my solutions for Advent of Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published