Skip to content

Instantly share code, notes, and snippets.

View edisongustavo's full-sized avatar

Gustavo Muenz edisongustavo

View GitHub Profile
struct SubCapitulo {
int indentation;
SubCapitulo[] subcapitulos;
};
void preencher_indentation(SubCapitulo[] capitulos, int indentation = 0, flattened_chapters = null) {
if (flattened_chapters == null) {
flattened_chapters = new Array();
}