Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/followtheprocess/aoc2018
Advent of Code 2018, in Go
https://github.com/followtheprocess/aoc2018
advent-of-code go
Last synced: 29 days ago
JSON representation
Advent of Code 2018, in Go
- Host: GitHub
- URL: https://github.com/followtheprocess/aoc2018
- Owner: FollowTheProcess
- License: mit
- Created: 2024-12-13T15:29:05.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-22T14:32:16.000Z (about 1 month ago)
- Last Synced: 2024-12-22T15:28:08.880Z (about 1 month ago)
- Topics: advent-of-code, go
- Language: Go
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2018
[![License](https://img.shields.io/github/license/FollowTheProcess/aoc2018)](https://github.com/FollowTheProcess/aoc2018)
[![CI](https://github.com/FollowTheProcess/aoc2018/workflows/CI/badge.svg)](https://github.com/FollowTheProcess/aoc2018/actions?query=workflow%3ACI)Advent of Code 2018, in Go
To run a day:
```shell
go run ./cmd/day01
```### Why 2018?
🤷🏻♂️ I try and do the live one every year but after a certain point it takes longer to do the day's puzzle than I have free time available in a day so I give up and just do them later.
I've not done 2018 yet so seemed a good one.
### Why Go?
I like it, and I've written a load of libraries that, whilst not intended to help me solve Advent of Code puzzles, do a pretty good job of helping me solve them