summaryrefslogtreecommitdiffstats
path: root/Src/main.cpp
diff options
context:
space:
mode:
authorLeonetienne <leonetienne@hotmail.de>2022-02-12 23:58:07 +0100
committerLeonetienne <leonetienne@hotmail.de>2022-02-12 23:58:07 +0100
commit32a434b77f7a54f45f9ffb16f9aa6f35c2b8d47e (patch)
tree3298a4260edcb6e0c548ff5fbd7d0410399760bd /Src/main.cpp
parent0919ca12baff6e3ebf7ac5a2c970ebb2e798953c (diff)
Comments, and minyor changes in readme
Diffstat (limited to 'Src/main.cpp')
-rw-r--r--Src/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/main.cpp b/Src/main.cpp
index e03e1f0..0ebeb5d 100644
--- a/Src/main.cpp
+++ b/Src/main.cpp
@@ -36,6 +36,8 @@ std::string MakeUwu(std::string boringString) {
"n",
"ny",
[boringString](const std::string &found, int index) {
+ // Jävla this is one clustered piece of shitcode
+
// Don't replace, if we are on the last char
if (index + found.length() == boringString.length())
return false;