Solution for Day 1 in C++
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
|
||||
namespace AdventHelper {
|
||||
namespace AdventHelpers {
|
||||
// Opens file, reads each line into mLines vector. Returns null on error.
|
||||
InputFileHelper* InputFileHelper::create(const char* filename) {
|
||||
InputFileHelper* inputFileHelper = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user