shantanuraj / aoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

advent-of-code 2023

Let's hope I make it past day 1 this time.

make 2023 # Should run all solutions for the year

Run a specific day

make -C 2023 day_02 # Will run day 2 program for year 2023

This runs all solutions from all years

make

Languages used

Tools used

  • I have the toolchains for rust, zig and go installed.
  • For most of the others I used pkgx to run them on demand.

About


Languages

Language:Zig 33.0%Language:Go 32.6%Language:F# 16.6%Language:Rust 14.0%Language:Makefile 3.8%