mirror of
https://github.com/hazemKrimi/jack-vm-translator.git
synced 2026-05-01 18:00:27 +00:00
C++ project scaffolding
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
/.vscode
|
||||
|
||||
*.out
|
||||
@@ -0,0 +1,8 @@
|
||||
#include <iostream>
|
||||
using namespace std;
|
||||
|
||||
int main() {
|
||||
cout << "VM Translator";
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user