Don't bother supporting a filename
This commit is contained in:
@@ -9,8 +9,6 @@
|
||||
|
||||
#include <aocpp/Startup.hpp>
|
||||
|
||||
using namespace aocpp;
|
||||
|
||||
namespace {
|
||||
|
||||
auto Parse(std::istream & in)
|
||||
|
@@ -9,8 +9,6 @@
|
||||
|
||||
#include <aocpp/Startup.hpp>
|
||||
|
||||
using namespace aocpp;
|
||||
|
||||
namespace {
|
||||
|
||||
struct Scanner {
|
||||
|
@@ -6,8 +6,6 @@
|
||||
|
||||
#include <aocpp/Startup.hpp>
|
||||
|
||||
using namespace aocpp;
|
||||
|
||||
namespace {
|
||||
|
||||
auto Step(std::vector<std::uint32_t> & spin, int steps) -> void {
|
||||
|
Reference in New Issue
Block a user