Add separating Merkel into header and cpp
This commit is contained in:
11
CM2005 Object Oriented Programming/Topic 2/2.5.5/main.cpp
Normal file
11
CM2005 Object Oriented Programming/Topic 2/2.5.5/main.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include "OrderBookEntry.h"
|
||||
#include "MerkelMain.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
MerkelMain app{} ;
|
||||
app.printMenu();
|
||||
}
|
||||
Reference in New Issue
Block a user