Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 296 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 296 Bytes

Advent of Code 2024 (C++)

Trying out C++23 with Bazel on Advent of Code 2024!

Requirements

  • C++23
  • Bazel

Build

bazel build //...

Test

All - bazel test //... Specific Day - bazel test main/{DAY}:test

Run

Specific Day - bazel run main/{DAY}:main -- main/{DAY}/input.txt