Skip to content

Instantly share code, notes, and snippets.

@PartTimeLegend
Last active January 29, 2018 10:06
Show Gist options
  • Save PartTimeLegend/5158241 to your computer and use it in GitHub Desktop.
Save PartTimeLegend/5158241 to your computer and use it in GitHub Desktop.
Recursion
public string recursion()
{
var = "to understand recursion, you must first understand recursion.";
recursion();
return var;
}
//don't try coding at 2 am when you have an important day ahead of you
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment