Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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