6 lines
110 B
C++
Executable file
6 lines
110 B
C++
Executable file
#pragma once
|
|
|
|
#include <vector>
|
|
#include <string>
|
|
|
|
std::vector<std::string> tokenize(const std::string& str);
|