a new version + a bunch of crap (temp)

This commit is contained in:
2026-02-03 17:15:04 +01:00
parent 92c2963dd6
commit 0dbeb6af86
8 changed files with 2536 additions and 0 deletions

View File

@@ -251,5 +251,8 @@ int main(int argc,char **argv) {
}
}
}
ofstream out_file(filepath+".ccomp",ios::binary);
out_file.write(reinterpret_cast<const char*>(output.data()),output.size());
out_file.close();
return 0;
}