#include int system(const char *command) { (void)command; // TODO return 0; }