fabriciopk / adventOfCode

Solutions to the Advent Of Code 2015 puzzles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code solutions

To run and describe my solutions I'm using a simpler version of Niccolas's Advent of Code runner/description.

Usage

Use make new-go year=2015 day=01 to create the folder structure needed to solve problems using golang. make run-go year=2015 day=01 will compile and execute the proposed solution.

Solutions Tracker

  • ⭐ Just part one complete

  • 🌟 Both parts complete

XX 2015 2016 2017 2018 2019 2020
01 🌟
02 🌟
03 🌟
04 🌟
05 🌟
06 🌟
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

About

Solutions to the Advent Of Code 2015 puzzles


Languages

Language:Go 93.0%Language:Makefile 7.0%