commit | a59b97382f9e8856c19cc03feeb0ea050f5b3830 | [log] [tgz] |
---|---|---|
author | Bobby Ho <bobbidinho@gmail.com> | Sun Nov 06 15:15:20 2016 -0800 |
committer | Bobby Ho <bobbidinho@gmail.com> | Sun Nov 06 15:15:20 2016 -0800 |
tree | 01d6466fd52a3d98d0e7c496daa21f5267378602 | |
parent | a24e6c9161defc01ca74f944199d282792e3dc3c [diff] |
Update 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.