# include "cgi_utils.hpp" int main (int ac, char **av, char ** env) { (void)ac; (void)av; (void)env; return 0; }