Beispiel #1
0
 OutputProcessor() {
     programRun = std::make_shared<ProgramRun>(ProgramRun());
 }
Beispiel #2
0
int main()
{
    ProgramRun();

    return 0;
}