#include "std-shim.h" using namespace std; void project_helper(); void run() { project_helper(); }