diff options
Diffstat (limited to '3/part1.c')
| -rw-r--r-- | 3/part1.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,5 +33,5 @@ int count_trees(const char *filename) int main(int argc, char *argv[]) { - printf("%i", count_trees(argv[1])); + printf("%i", count_trees(argv[argc - 1])); } |
