From 32a434b77f7a54f45f9ffb16f9aa6f35c2b8d47e Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Sat, 12 Feb 2022 23:58:07 +0100 Subject: Comments, and minyor changes in readme --- Src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Src/main.cpp') 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; -- cgit v1.2.3