return result of binary_produce

This commit is contained in:
sam 2024-07-22 23:41:14 +12:00
parent c8a6f86705
commit 796b9268db

View file

@ -36,7 +36,5 @@ int main(int argc, char* argv[]) {
printf("%s\n\n", code);
}
binary_produce(code, args);
return 0;
return binary_produce(code, args);
}