commit | bb1e565cabb901e458e699f4fe3db26842402e8e | [log] [tgz] |
---|---|---|
author | Bobby Ho <bobbidinho@gmail.com> | Sun Nov 06 14:45:29 2016 -0800 |
committer | Bobby Ho <bobbidinho@gmail.com> | Sun Nov 06 14:45:29 2016 -0800 |
tree | a8199a5f99b4c435359daf17cdd25d780bf09649 | |
parent | 6bb208ec520cf0f7f2add323dbfdad2c8d798c23 [diff] |
Update README.md
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.