scifi6546 / aoc_2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2022

This year I am writing the advent of code in elixir. The solutions can be found in advent/lib/ac.ex.

Unit Testing

The code is built with tdd. The unit tests can be ran with the folowing command

$ cd advent
$ mix test

About


Languages

Language:Rust 62.4%Language:Elixir 37.6%