2020/16
This commit is contained in:
13
lib/include/aocpp/Parsing.hpp
Normal file
13
lib/include/aocpp/Parsing.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef AOCPP_PARSING_HPP_
|
||||
#define AOCPP_PARSING_HPP_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace aocpp {
|
||||
|
||||
auto SplitOn(std::string const& stuff, std::string const& sep) -> std::vector<std::string>;
|
||||
|
||||
}
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user