summaryrefslogtreecommitdiffstats
path: root/Exec
diff options
context:
space:
mode:
Diffstat (limited to 'Exec')
-rw-r--r--Exec/.main.cpp.swpbin0 -> 12288 bytes
-rw-r--r--Exec/main.cpp2
2 files changed, 1 insertions, 1 deletions
diff --git a/Exec/.main.cpp.swp b/Exec/.main.cpp.swp
new file mode 100644
index 0000000..22cdcce
--- /dev/null
+++ b/Exec/.main.cpp.swp
Binary files differ
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;