commit | 7c86bd33596643808b0cfc1ab17fbb4c62eb6022 | [log] [tgz] |
---|---|---|
author | Bobby Ho <bobbidinho@gmail.com> | Sun Nov 06 14:46:38 2016 -0800 |
committer | Bobby Ho <bobbidinho@gmail.com> | Sun Nov 06 14:46:38 2016 -0800 |
tree | 8b09c25c393e3f1872b9571c23972a585778e252 | |
parent | bb1e565cabb901e458e699f4fe3db26842402e8e [diff] |
correct typo
use the following command to compile: g++ -g -std=c++0x recursion.cpp -o recursion
OR run "make" to compile to the recursion program
The recursion.cpp program in the google_unit_test directory uses the Google Unit Test Framework. Please see README.md in that directory for compiling instructions.