jjj120 / AdventOfCode

These are my solutions for the advent of code in go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code

These are my solutions for the advent of code in go. I'm not a go developer, I did the advent to learn go, so don't expect good code. Some of the solutions are inspired by the ones from the Advent of Code subreddit, but I tried to do all of it myself.

There are different branches for the differnt years, the current year is the default branch.

Usage

There is a folder for each day. The input file is the *.in file, the examples to test are in the *.ex files.

To run the code, you need to have go installed. Then you can run the code with go run <dayNumber>.go in the day's folder.

To run the code for part 1, you have to checkout the right commit because part 2 is added on top and edits the code for part 1.

About

These are my solutions for the advent of code in go


Languages

Language:Go 96.1%Language:Elixir 2.8%Language:Euphoria 1.1%