Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ibug/adventofcode-go
- Owner: iBug
- License: mit
- Created: 2022-12-31T18:46:45.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-21T08:29:13.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T09:46:16.311Z (3 months ago)
- Topics: advent-of-code
- Language: Go
- Homepage: https://ibug.io/p/56
- Size: 198 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.