commit from VS Code, hopefully this doesnt break anything
This commit is contained in:
@@ -31,6 +31,7 @@ To force an update (e.g., in Visual Studio):
|
||||
|
||||
#include <iostream>
|
||||
#include <string_view>
|
||||
#include "option1.h"
|
||||
|
||||
static constexpr std::string_view AssignmentName = "Category 1: Lists, Stacks, & Queues";
|
||||
|
||||
@@ -55,3 +56,5 @@ int main(int argc, char* argv[])
|
||||
appStatus = RunApp();
|
||||
return appStatus;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user