#ifndef UTILS_HPP # define UTILS_HPP std::vector split(std::string input, char delimiter); #endif