Growing pains with input on day1, will finish later
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user