diff options
| author | Leonetienne <leon@etiennes.de> | 2022-04-11 09:25:29 +0200 |
|---|---|---|
| committer | Leonetienne <leon@etiennes.de> | 2022-04-11 09:25:29 +0200 |
| commit | 8c05d2f5d856d91cceb105923d74ca5453358020 (patch) | |
| tree | 6879c680f8b6711a3b572611120d792dc89a6853 /Src/main.cpp | |
| parent | b5eac77ce91744667d153d078ac05704d51364c0 (diff) | |
| parent | fe83a6e15a7ac192dbe2273a7ee5a91158dbce73 (diff) | |
Merge branch 'master' of gitea.leon.etiennes.de:leonetienne/UwwwuPP
Diffstat (limited to 'Src/main.cpp')
| -rw-r--r-- | Src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Src/main.cpp b/Src/main.cpp index 1f23047..d1b8dfe 100644 --- a/Src/main.cpp +++ b/Src/main.cpp @@ -20,7 +20,6 @@ int main(int argc, char** argv) { std::string buf; while (std::getline(std::cin, buf)) std::cout << MakeUwu(buf) << std::endl; - } return 0; |
