Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ibug/adventofcode-go

My code for Advent of Code annual event
https://github.com/ibug/adventofcode-go

advent-of-code

Last synced: about 2 months ago
JSON representation

My code for Advent of Code annual event

Awesome Lists containing this project

README

        

# AdventOfCode

My solutions for [Advent Of Code](https://adventofcode.com/) challenges.

## Features

- Written in Go
- Standard library only
- All solutions are compiled into a single binary
- All solutions take reasonable time and memory usage ([performance record for 2022](2022/records.txt))
- Built-in execution time measurement, though memory tracking is only supported on Linux

## Usage

Compilation is straightforward: `make` (or `go build`)

The program has built-in help message available with `-h` flag.