9511_workbook

solved exercises from algorithms & programming I (9511) prof. Cardozo
Index Commits Files Refs README
guia03/ex42/include/LANG_ES.h (201B)
   1 #ifndef LANG_ES_H
   2 #define LANG_ES_H
   3 
   4 const char months[][10] = { "Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre"  };
   5 
   6 #endif