Skip to content

Instantly share code, notes, and snippets.

@rahulkmr
Created February 7, 2010 07:22
Show Gist options
  • Save rahulkmr/297276 to your computer and use it in GitHub Desktop.
Save rahulkmr/297276 to your computer and use it in GitHub Desktop.
$> gcc -o fib fib_num.c
$> time ./fib
165580141
real 0m3.606s
user 0m3.604s
sys 0m0.000s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment