~lh2/adventofcode18

My solutions for the 2018 advent of code
Day 22 Task 1
Day 21 Task 2
Day 21 Task 1

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~lh2/adventofcode18
read/write
git@git.sr.ht:~lh2/adventofcode18

You can also use your local clone with git send-email.

#Advent of Code 2018

This repository contains my solutions to the Advent of Code 2018.

The aoc.sh helper script takes care of downloading the inputs and running the tasks. Create a file called "session.txt" and fill it with your AoC session ID so it can download your personalized inputs.

Example: ./aoc.sh 3 1

For the first task of day 3.

#TODO

  • I am not quite sure if the whole code generation thing is brilliant or stupid
  • Make it so that task functions can also accept slices instead of channels, as this is a common usecase
Do not follow this link