9511_workbook

solved exercises from algorithms & programming I (9511) prof. Cardozo
Index Commits Files Refs README
guia03/ex42/include/LANG_DE.h (196B)
   1 #ifndef LANG_EN_H
   2 #define LANG_EN_H
   3 
   4 const char months[][10] = { "Januar", "Februar", "März", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember"  };
   5 
   6 #endif