Advent of code for 2023 in Golang
  • Go 99.1%
  • Nix 0.9%
Find a file
2023-12-08 21:15:25 +00:00
2023 feat: AOC 2023, Add solution to day 8 (#9) 2023-12-08 21:15:25 +00:00
.envrc feat: add nix flake & dev shell (#1) 2023-12-01 19:33:16 +00:00
.gitignore feat: add nix flake & dev shell (#1) 2023-12-01 19:33:16 +00:00
default.nix 2023: Day One Solution (#2) 2023-12-01 22:31:26 +00:00
flake.lock feat: add nix flake & dev shell (#1) 2023-12-01 19:33:16 +00:00
flake.nix feat: add nix flake & dev shell (#1) 2023-12-01 19:33:16 +00:00
go.mod feat: AOC 2023, Add solution to day 8 (#9) 2023-12-08 21:15:25 +00:00
go.sum feat: AOC 2023, Add solution to day 8 (#9) 2023-12-08 21:15:25 +00:00
gomod2nix.toml feat: add nix flake & dev shell (#1) 2023-12-01 19:33:16 +00:00
README.md 2023: Day One Solution (#2) 2023-12-01 22:31:26 +00:00
shell.nix feat: add nix flake & dev shell (#1) 2023-12-01 19:33:16 +00:00

Advent of Code

My attempts at the Advent of code. Mostly a bit of fun, don't take this code too seriously. Usually my first solution.