diff options
Diffstat (limited to '2022-2/L1/mitsuo/main.cpp')
| -rw-r--r-- | 2022-2/L1/mitsuo/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/2022-2/L1/mitsuo/main.cpp b/2022-2/L1/mitsuo/main.cpp index 66b5790..c1122f6 100644 --- a/2022-2/L1/mitsuo/main.cpp +++ b/2022-2/L1/mitsuo/main.cpp @@ -1,10 +1,10 @@ /* Objetivos: - * - <iostream> - * - <iomanip> + * - <iostream>: cin y cout + * - <iomanip>: formato * - Redireccionamiento stdin y stdout * - operadores << y >> * - No arreglos ("puro archivo") - * - No lectura de C. (E.g., get(), getline(), unget()) + * - No lectura ni escritura de C. (E.g., get(), getline(), unget(), printf()) */ #include "fun.h" |
