GitXplorerGitXplorer
j

advent2019

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
8b189ee022b4b160e6fbe4bb783609f5ffbab4f9

Implement Day 04

jjan-auer committed 5 years ago
Unverified
b6138d2c143dd38343dbb747722768233784a493

Implement Day 03

jjan-auer committed 5 years ago
Unverified
ec5da393783f3892d640f76f66c005483a55d3d8

Improve readmes

jjan-auer committed 5 years ago
Unverified
5125441c963971a4f4ba6d9362e63efb7106bb90

Implement Day 02

jjan-auer committed 5 years ago
Unverified
67f8b976b437bc80bcad784271781d7bffb5667c

Implement Day 01

jjan-auer committed 5 years ago
Unverified
59487919e546a448c009db0ae552c5555c70b697

Initial commit

jjan-auer committed 5 years ago

README

The README file for this repository.

Advent of Code 2019

Solutions for Advent of Code 2019 to teach myself Go.

The implementations are probably neither very efficient, nor minimal. Instead, the goal is to try out certain patterns in Go and get a feeling for the language. Parts are intentionally overengineered (also not knowing in which direction the challenge evolves) to test their implications.

For a comprehensive list of resources and implementations, have a look at Awesome Advent of Code.