correct typo
1 file changed
tree: 8b09c25c393e3f1872b9571c23972a585778e252
  1. Makefile
  2. README.md
  3. recursion.cpp
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.