Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 346 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 346 Bytes

Advent of Code 2023

how to run

# To solve day N
# 1 <= N <= 25
./solve N

requirements

  • clickhouse-local - can be installed via nix as well, no clickhouse server required

notes

naming conventions

  • input: input_dayN.txt
  • sql: dayN.sql