9511_workbook

solved exercises from algorithms & programming I (9511) prof. Cardozo
Index Commits Files Refs README
guia03/ex42/include/LANG_EN.h (198B)
   1 #ifndef LANG_EN_H
   2 #define LANG_EN_H
   3 
   4 const char months[][10] = { "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"  };
   5 
   6 #endif