Growing pains with input on day1, will finish later

This commit is contained in:
2022-12-01 07:56:57 +00:00
parent 7fd1da4874
commit e18371fcca
3 changed files with 2270 additions and 2 deletions

View File

@ -25,7 +25,7 @@ struct SDay {
template <typename Output>
SDay<Output>::SDay(std::string name) {
this->name = name;
input.open("input/" + name, std::ios::in);
input.open("input/" + name);
}
template <typename Output>