Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abtris/aoc2021

Advent of Code 2021 in Go
https://github.com/abtris/aoc2021

aoc aoc2021 go

Last synced: about 1 month ago
JSON representation

Advent of Code 2021 in Go

Awesome Lists containing this project

README

        

# Advent of Code 2021 [![aoc2021](https://github.com/abtris/aoc2021/workflows/Run%20tests/badge.svg)](https://github.com/abtris/aoc2021/actions?query=workflow%3A%22Run%20tests%22)

- https://adventofcode.com/2021

## How make new day

- using current day and create skeleton

```
make
```

## Run all tests

```
make test
```

## Run all benchmarks

```
make bench
```

## Tools used for exercises

- https://regex101.com/
- VSCode + Golang extension
- [VSCode snippets for go](https://gist.github.com/abtris/e6ba014d1e74afe58fc093bd7a3e87cd)