working code

This commit is contained in:
Jonas Zeunert
2018-09-13 22:42:14 +02:00
parent b9a629b2b0
commit 7b3327f5ef

View File

@@ -2,6 +2,8 @@
// Created by rhetenor on 13.09.18.
//
#include <iostream>
#include <fstream>
#include "IInputDriverFactory.h"
#include "IInputDriver.h"
@@ -24,7 +26,7 @@ int main (int argc, char *argv[])
exit(1);
}
}