commit | 55c493e794bd7c2cf2a71c2978824814e5497893 | [log] [tgz] |
---|---|---|
author | Bobby Ho <bobbidinho@gmail.com> | Sun Nov 06 15:46:19 2016 -0800 |
committer | Bobby Ho <bobbidinho@gmail.com> | Sun Nov 06 15:46:19 2016 -0800 |
tree | 393e7d72dbc48ce95c96fcefed23f79391fde47e | |
parent | 8eef00aaf0b425a075cbcae9dace305f2e18e77b [diff] |
correct spelling error
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.