Last active
January 29, 2018 10:06
-
-
Save PartTimeLegend/5158241 to your computer and use it in GitHub Desktop.
Recursion
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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