Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abtris/aoc2022

Advent of Code 2022 in Go
https://github.com/abtris/aoc2022

Last synced: about 1 month ago
JSON representation

Advent of Code 2022 in Go

Awesome Lists containing this project

README

        

# Advent of Code 2022

- https://adventofcode.com/2022

## 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)