@@ -0,0 +1,9 @@
#include "code_writer.hpp"
#include <iostream>
int main(int argc, char const *argv[])
{
code_writer toassembly(argv[1]);
toassembly.write_assembly();
return 0;
}
The note is not visible to the blocked user.