#ifndef BASIC_H #define BASIC_H void run_basic_program(const char* program); #endif