2025 framework
This commit is contained in:
15
2025/aoc.cpp
Normal file
15
2025/aoc.cpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user