From fba9c34c547c99d56b4bf2d83caf5c68a638107f Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Fri, 20 Oct 2023 07:20:44 -0500 Subject: Add p1 and p2 solution for 2023-2 E1 --- 2023-2/E1/mitsuo/p2/main.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 2023-2/E1/mitsuo/p2/main.cpp (limited to '2023-2/E1/mitsuo/p2/main.cpp') diff --git a/2023-2/E1/mitsuo/p2/main.cpp b/2023-2/E1/mitsuo/p2/main.cpp new file mode 100644 index 0000000..caf1fe7 --- /dev/null +++ b/2023-2/E1/mitsuo/p2/main.cpp @@ -0,0 +1,8 @@ +#include "fun.hpp" + +int main(int argc, char** argv) { + void *productos; + cargarProductos(productos, "../../Productos.csv"); + pruebaDeCargaDeProductos(productos); + return 0; +} \ No newline at end of file -- cgit v1.2.3