From 387642ff612de7d0ebf09410cd8e39a4765c877a Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Fri, 18 Aug 2023 01:57:48 -0500 Subject: Fix naming. Add leading 0 to lab names --- 2023-2/L0/fun.h | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 2023-2/L0/fun.h (limited to '2023-2/L0/fun.h') diff --git a/2023-2/L0/fun.h b/2023-2/L0/fun.h deleted file mode 100644 index 4277ab4..0000000 --- a/2023-2/L0/fun.h +++ /dev/null @@ -1,5 +0,0 @@ -#include - -void leer_datos_escribir_reporte(std::istream& in, std::ostream& out); -void print_header(std::ostream& out); -void to_upper_cstring_inplace(char * s); \ No newline at end of file -- cgit v1.2.3