neonowy / aoc

My solutions for Advent of Code 🎄

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎄 Advent of Code

My solutions for Advent of Code {2023}

2023

Going for a different language for each day.

Day Status Language Code
Day 1 ⭐️⭐️ Rust Source
Day 2 ⭐️⭐️ Elixir Source
Day 3 ⭐️⭐️ Gleam Source
Day 4 ⭐️⭐️ F# Source

How to run

I'm using nix with devenv and direnv for automatically setting up different dependencies inside each day's directory.

If you have nix installed:

  1. cd into directory for a given day.
  2. Run nix develop ../../.#day{REPLACE_WITH_DAY_NUMBER} --impure (skip if you're using direnv).
  3. run-test to run tests.
  4. run to run the program.

About

My solutions for Advent of Code 🎄


Languages

Language:Gleam 31.4%Language:Elixir 23.0%Language:F# 18.9%Language:Nix 14.4%Language:Rust 12.3%