Hasty Briefsbeta

AoC is starting! This project will help you bootstrap in C++

11 days ago
  • #Advent of Code
  • #CMake
  • #C++
  • C++ template for Advent of Code with multi-year support
  • CMake-based build system with Google Test integration
  • Automatic input fetching from adventofcode.com
  • Performance measurement and modular structure
  • Day generator script for scaffolding new solutions
  • Google C++ style enforcement via clang-format
  • Includes common utilities for string parsing and file I/O
  • Supports multiple platforms with installation instructions
  • Command-line options for running specific years/days/parts
  • Test execution and formatting verification commands