Skip to content

BitSails/recur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Recursion

Try your hand at a recursive function

Compilation Instructions

Note you can compile manually or use make (see below)

Manually

  • Compile with g++ -std=c++14 *.cpp -o recursion.out

  • Run with ./recursion.out


Make

  • Compile with make

  • Run with make run

About

A simple recursive program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published