No description
Find a file
2023-12-18 12:16:35 +01:00
input day 16 part 1 2023-12-18 12:15:58 +01:00
puzzles day 16 part 1 2023-12-18 12:15:58 +01:00
src day 15: small change with currying 2023-12-18 12:16:35 +01:00
.clangd day 16 part 1 2023-12-18 12:15:58 +01:00
.gitignore day 15: small change with currying 2023-12-18 12:16:35 +01:00
Makefile day 16 part 1 2023-12-18 12:15:58 +01:00
README.md day 15 part 2 2023-12-17 01:01:07 +01:00
selection.cpp day 1 part 1 2023-12-01 13:04:39 +01:00

Advent of Code 2023

For this year's AoC I've decided of the following strategy: Every day I'll solve the puzzle in a random language from the following list:

  • C
  • C++
  • Rust
  • FASM
  • OCaml.

There's one additional rule: two subsequent days mustn't be solved in the same language. If you get the same language as the previous day, run the program again until you get a different language.

How to use

Select a random language

Compile the selection:

make selection

Run the selection:

bin/selection

Solve a puzzle from a particular day

Compile and run:

make dayX 

where X \in [1, 25]

Language Solutions
C 3
C++ 2
Rust 3
FASM 3
OCaml 4