2024 Day 1 (and framework). Doing 2025 in zig

This commit is contained in:
2025-11-02 16:42:01 +00:00
parent b89bee9c35
commit 6cf9a4e557
12 changed files with 1337 additions and 58 deletions

View File

@@ -1,15 +0,0 @@
#include <iostream>
int main(int argc, char** argv) {
std::cout << "Advent of Code 2025 runner" << std::endl;
std::cout << "©Ben Kyd 2025, All Rights Reserved" << std::endl;
std::cout << "\n\n Usage: -d [day] (omit for all)" << std::endl;
// Parse command line
// Find days
// Run days
}