Don't bother supporting a filename

This commit is contained in:
Eric Mertens
2023-01-31 09:44:30 -08:00
parent 2f7949b8da
commit df195e65b5
12 changed files with 7 additions and 44 deletions

View File

@@ -9,8 +9,6 @@
#include <aocpp/Startup.hpp>
using namespace aocpp;
namespace {
auto Parse(std::istream & in)

View File

@@ -9,8 +9,6 @@
#include <aocpp/Startup.hpp>
using namespace aocpp;
namespace {
struct Scanner {

View File

@@ -6,8 +6,6 @@
#include <aocpp/Startup.hpp>
using namespace aocpp;
namespace {
auto Step(std::vector<std::uint32_t> & spin, int steps) -> void {