mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-26 05:10:32 +01:00
Really ugly but working day 17 part 2.
This commit is contained in:
@@ -99,6 +99,8 @@ namespace aoc2019 {
|
||||
void connectOutput(std::deque<value_t> &sink);
|
||||
void sendInput(value_t input);
|
||||
|
||||
void sendInputs(std::string_view str);
|
||||
|
||||
[[nodiscard]] bool isTerminated() const;
|
||||
|
||||
[[nodiscard]] const std::deque<value_t> ¤tInputs() const;
|
||||
|
||||
Reference in New Issue
Block a user