Skip to content

Commit

Permalink
chore: apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sharon "Cass" Cassidy <[email protected]>
  • Loading branch information
Panquesito7 and CascadingCascade authored Apr 20, 2023
1 parent 1b545a8 commit 1cf1b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math/fibonacci.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

#include <assert.h> /// for assert()
#include <errno.h> /// for errno - to determine whether there is an using strtol()
#include <errno.h> /// for errno - to determine whether there is an error while using strtol()
#include <stdio.h> /// for input, output
#include <stdlib.h> /// for exit() - to exit the program
#include <time.h> /// to calculate time taken by fib()
Expand Down

0 comments on commit 1cf1b68

Please sign in to comment.