aocpp/lib/include/intcode/intcode.hpp
Eric Mertens 29a840bdfc 15
2022-11-04 17:39:35 -07:00

10 lines
187 B
C++

#ifndef INTCODE_INTCODE_HPP_
#define INTCODE_INTCODE_HPP_
#include <intcode/Interpreter.hpp>
#include <intcode/Machine.hpp>
#include <intcode/Parser.hpp>
#include <Overload.hpp>
#endif