diff options
Diffstat (limited to 'Exec')
| -rw-r--r-- | Exec/.main.cpp.swp | bin | 0 -> 12288 bytes | |||
| -rw-r--r-- | Exec/main.cpp | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Exec/.main.cpp.swp b/Exec/.main.cpp.swp Binary files differnew file mode 100644 index 0000000..22cdcce --- /dev/null +++ b/Exec/.main.cpp.swp diff --git a/Exec/main.cpp b/Exec/main.cpp index bb337a5..ef95632 100644 --- a/Exec/main.cpp +++ b/Exec/main.cpp @@ -4,7 +4,7 @@ int main()
{
std::vector<std::string> foo =
- StringTools::Split("Hello, lol, test", ", ");
+ StringTools::Split(",,Hello,,lol,,test,,", ",,");
for (const auto& it : foo)
std::cout << "'" << it << "'" << std::endl;
|
