Fix gross miscompliance

This commit is contained in:
1computer1 2019-05-23 04:22:33 -04:00
parent 51b2ba175d
commit c00ec96018

View file

@ -8,7 +8,7 @@ int main(int argc, char **argv) {
return 1;
}
char* ops = argv[1];
char *ops = argv[1];
std::vector<char> tape = { 0 };
int oix = 0;
int tix = 0;