Categorygithub.com/obalunenko/advent-of-code
module
0.19.1
Repository: https://github.com/obalunenko/advent-of-code.git
Documentation: pkg.go.dev

# README

GitHub go.mod Go version GoDoc Latest release artifacts Lint & Test & Build & Release Lint Test & Build Go Report Card codecov Quality Gate Status

advent-of-code

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other.

This repository contains solutions for puzzles and cli tool to run solutions to get answers for input on site.

Implemented solutions

2015
2016
2017
2018
2019
2020

Usage of aoc-cli

Download binary from Latest release artifacts and execute

Run it and follow instructions

Cli support optional metrics, to enable them you can use following flags:

    --elapsed, -e  Enables elapsed time metric
    --bench, -b    Enables benchmark metric

All available flags:

    COMMANDS:
       help, h  Shows a list of commands or help for one command

    GLOBAL OPTIONS:
       --elapsed, -e  Enables elapsed time metric (default: false)
       --bench, -b    Enables benchmark metric (default: false)
       --help, -h     show help (default: false)
       --version, -v  print the version (default: false)

Demo

asciicast

# Packages

No description provided by the author
No description provided by the author