commit | 8eef00aaf0b425a075cbcae9dace305f2e18e77b | [log] [tgz] |
---|---|---|
author | Bobby Ho <bobbidinho@gmail.com> | Sun Nov 06 15:17:52 2016 -0800 |
committer | Bobby Ho <bobbidinho@gmail.com> | Sun Nov 06 15:17:52 2016 -0800 |
tree | a067448cdc131f8e130ee16071c91b51f66c2e5b | |
parent | a59b97382f9e8856c19cc03feeb0ea050f5b3830 [diff] |
update text format
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.