summaryrefslogtreecommitdiffstats
path: root/2022-2/L1/mitsuo/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to '2022-2/L1/mitsuo/main.cpp')
-rw-r--r--2022-2/L1/mitsuo/main.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/2022-2/L1/mitsuo/main.cpp b/2022-2/L1/mitsuo/main.cpp
deleted file mode 100644
index c1122f6..0000000
--- a/2022-2/L1/mitsuo/main.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-/* Objetivos:
- * - <iostream>: cin y cout
- * - <iomanip>: formato
- * - Redireccionamiento stdin y stdout
- * - operadores << y >>
- * - No arreglos ("puro archivo")
- * - No lectura ni escritura de C. (E.g., get(), getline(), unget(), printf())
- */
-
-#include "fun.h"
-
-int main(int argc, char *argv[])
-{
- readRecordsWriteReport();
- return 0;
-}