commit 2841ea0023b1108e0bf1707e7b9cc97d113904fe parent 451d6704403b64f1cb0d7c4afe3ca5666f8504d1 Author: mjkloeckner <martinjkloeckner@gmail.com> Date: Sat, 23 Mar 2024 17:26:07 -0300 Fix typo on console message Diffstat:
| M | tps/1/main.cpp | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tps/1/main.cpp b/tps/1/main.cpp @@ -53,7 +53,7 @@ int main (void) { } std::cout << std::fixed - << "Se econtraron `" << j + << "Se encontraron `" << j << "` numeros primos en `" << tt << "` " << t_unit << std::endl;
