#pragma once #include "program.h" Program createProgramFromText(const char* input); void assemble(const char* input, const char* outputFileName);