diff options
| author | Bond_009 <bond.009@outlook.com> | 2020-12-05 15:20:27 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2020-12-05 15:20:27 +0100 |
| commit | 7a28ce25a69d3177879d134b87eeff5f754638b5 (patch) | |
| tree | c6e7418f2d28607a2caf73a81197470ebcc37e7d /5/part1.c | |
| parent | 4f3827b3165ec19abcd9e5a5892cf00c0db893ed (diff) | |
Remove shell overhead for benchmarking
Diffstat (limited to '5/part1.c')
| -rw-r--r-- | 5/part1.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,5 +76,5 @@ int highest_seat_id(const char *filename) int main(int argc, char *argv[]) { - printf("%i\n", highest_seat_id(argv[1])); + printf("%i\n", highest_seat_id(argv[argc - 1])); } |
