return result of binary_produce
This commit is contained in:
parent
c8a6f86705
commit
796b9268db
1 changed files with 1 additions and 3 deletions
|
@ -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);
|
||||
}
|
Loading…
Add table
Reference in a new issue