Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abtris/aoc2021
- Owner: abtris
- License: mit
- Created: 2021-12-01T04:35:46.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-07T14:43:25.000Z (12 months ago)
- Last Synced: 2024-04-15T03:04:05.728Z (7 months ago)
- Topics: aoc, aoc2021, go
- Language: Go
- Homepage: https://adventofcode.com/2021
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)