Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abtris/aoc2023
https://github.com/abtris/aoc2023
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/abtris/aoc2023
- Owner: abtris
- Created: 2023-11-30T06:38:00.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-04-21T11:19:16.000Z (7 months ago)
- Last Synced: 2024-04-21T12:47:05.522Z (7 months ago)
- Language: Go
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Advent of Code 2023
- https://adventofcode.com/2023
## 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)