jokeyrhyme / adventofcode.go

my solutions to http://adventofcode.com/ in Go!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

adventofcode

my solutions to Advent of Code 2015 in Go!

instructions

for d in ./xmas*/*; do; go test $d -v; done

About

my solutions to http://adventofcode.com/ in Go!

License:BSD 2-Clause "Simplified" License


Languages

Language:Go 95.4%Language:JavaScript 4.6%