Created
February 7, 2010 07:22
-
-
Save rahulkmr/297276 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$> 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