7 lines
101 B
C++

#ifndef INTERPRETER_HH
#define INTERPRETER_HH
void run_interpreter(int argc, char *argv[]);
#endif