6502-emulator/src/main.cpp
2019-03-27 23:29:11 +00:00

10 lines
158 B
C++

#include "register/register-manager.h"
#include <iostream>
using namespace std;
int main() {
cout << "Only unit tests for now" << endl;
return 0;
}