CB100

Notas, resueltos y tps de la materia Algoritmos y Estructuras de Datos
Index Commits Files Refs README
commit 9930f95a82bd37a86ccedce04c64b38d4667ceb5
parent a1e1b7c704af20467c86819fa4c024524e248454
Author: Martin Kloeckner <mjkloeckner@gmail.com>
Date:   Mon, 17 Jun 2024 00:06:58 -0300

add new line

Diffstat:
Mnode.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/node.h b/node.h
@@ -1,5 +1,6 @@
 #ifndef NODE_H_
 #define NODE_H_
+
 #include <iostream>
 
 template <typename Type>