commit c0b3fe19466aaa3dc405a3f49f8ae7d562c18692 parent 9f3ca3a809bf0e635e16d58258090931128acab8 Author: mjkloeckner <martinjkloeckner@gmail.com> Date: Thu, 14 Mar 2024 19:16:02 -0300 Remove inclusion of unnecessary library Diffstat:
| M | solutions/ej04.cpp | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/solutions/ej04.cpp b/solutions/ej04.cpp @@ -1,5 +1,4 @@ #include <iostream> -#include <string> #define _USE_MATH_DEFINES #include <cmath>
