Debug junk rm.

This commit is contained in:
Neil 2021-03-21 11:23:11 -07:00
parent 45f493ceff
commit a3147500b5
1 changed files with 0 additions and 2 deletions

View File

@ -57,9 +57,7 @@ int main(void) {
catch:
perror("stdin");
finally:
printf("Freeeee!! str %lu, nums %lu\n", str.capacity, nums.capacity);
char_array_(&str);
num_array_(&nums);
printf("yessss.\n");
return success;
}