TheCatster / advent-of-code

All my solutions through the years of advent to code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code

This repository contains my solutions for all the years of Advent of Code (that I've done so far).

There is a shell script included to automatically run all the various languages based on year, day, and language file extension. The script is not designed to accomodate everyone's setup, so look at it before running.

The currently supported languages in the script are:

  • C
  • Rust
  • Python
  • Go

This is way better than having a half dozen different repos for all this, which is what I did before.

About

All my solutions through the years of advent to code

License:GNU General Public License v3.0


Languages

Language:C 38.7%Language:Python 23.6%Language:Shell 23.4%Language:Makefile 14.4%