aocpp/lib/include/intcode/intcode.hpp
Eric Mertens 8d65f74d9f Run
2022-11-04 11:36:30 -07:00

10 lines
187 B
C++

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