#ifndef INTERPRETER_HPP #define INTERPRETER_HPP #include namespace mc1 { int version(); std::string interpret(); } #endif // INTERPRETER_HPP