From 4c144833b278188c567198866934e8773be9c8f4 Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Fri, 20 Oct 2023 12:31:43 -0500 Subject: Add sol for p1, p2 of 2023-2 E1 Also add the topics covered in the exam on topics.txt --- 2023-2/E1/mitsuo/p2/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 index caf1fe7..aafff14 100644 --- a/2023-2/E1/mitsuo/p2/main.cpp +++ b/2023-2/E1/mitsuo/p2/main.cpp @@ -1,7 +1,8 @@ #include "fun.hpp" int main(int argc, char** argv) { - void *productos; + void * productos; + cargarProductos(productos, "../../Productos.csv"); pruebaDeCargaDeProductos(productos); return 0; -- cgit v1.2.3