mirror of
https://github.com/hazemKrimi/jack-vm-translator.git
synced 2026-05-01 18:00:27 +00:00
Remove whitespace and comments
This commit is contained in:
+1
-3
@@ -3,13 +3,11 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
string path = argv[1];
|
||||
|
||||
Parser parser(path);
|
||||
|
||||
parser.printFile();
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user