Add solution to day 2
This commit is contained in:
@@ -28,8 +28,8 @@ namespace AdventHelpers {
|
||||
return inputFileHelper;
|
||||
}
|
||||
|
||||
const char* InputFileHelper::getLine() {
|
||||
return nullptr;
|
||||
const char* InputFileHelper::getLine(size_t index) {
|
||||
return mLines[index].c_str();
|
||||
}
|
||||
|
||||
void InputFileHelper::destroy(InputFileHelper* inputFileHelper) {
|
||||
|
||||
Reference in New Issue
Block a user