aboutsummaryrefslogtreecommitdiff
path: root/challenge-098/paulo-custodio/cpp
AgeCommit message (Collapse)Author
2021-02-05Remove tabsPaulo Custodio
2021-02-04Fix C++ solutionPaulo Custodio
store std::ifstream in a pre-aloocated array as storing pointers to std::ifstream in an unordered_map was causing a heap corruption in GCC - probably a compiler/stdlib bug
2021-02-04Add Perl, Ada, Awk, Basic, C, C++, Forth, Lua and Python solutions to 098Paulo Custodio